
#### API Reference

# Get Account Info

Retrieve your account information and details.

## Endpoint

```
GET /Utils/GetInformations
```

## Example Request

```bash
curl https://api.hypeproxy.io/Utils/GetInformations \
  -H 'Authorization: Bearer YOUR_API_TOKEN'
```

## Alternative Endpoint

An alternative endpoint is also available:

```
GET /Utils/get-information
```

```bash
curl https://api.hypeproxy.io/Utils/get-information \
  -H 'Authorization: Bearer YOUR_API_TOKEN'
```

Both endpoints return the same account information. You can use either one.

## Usage Notes

- This endpoint returns your account details including your active proxies and plan information.
- No additional parameters are required — the account is identified from your JWT token.
- This is a good endpoint to test your authentication setup, as it requires no proxy ID.
