
#### API Reference

# Get Response Time

Check the current latency of one of your proxies.

## Endpoint

```
GET /Utils/GetResponseTime/{proxyId}
```

## Parameters

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

## Example Request

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

## Usage Notes

- The response time is returned in milliseconds.
- Use this endpoint to monitor proxy performance and detect connectivity issues.
- If you're experiencing high latency, try rotating the IP address first, as it may resolve temporary network congestion on the carrier side.
