
#### API Reference

# Get External IP

Retrieve the current external IP address assigned to one of your proxies.

## Endpoint

```
GET /Utils/GetExternalIp/{proxyId}
```

## Parameters

| Parameter | Type | Location | Description |
| --------- | ---- | -------- | ----------- |
| `proxyId` | string | path | The unique identifier of your proxy |

## Example Request

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

## Usage Notes

- Use this endpoint after an IP rotation to confirm the new IP address has been assigned.
- The IP returned is the public-facing address that external websites and services will see when traffic goes through this proxy.
- Useful for automation scripts that need to log or verify which IP is currently active before performing tasks.
