Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/bot-accounts/proxies/:id/test
Test proxy connectivity.
POST /api/bot-accounts/proxies/:id/test
POST /api/bot-accounts/proxies/test-bulk
{ "ids": ["proxy-abc12345", "proxy-def67890"] }
{ "results": [ { "id": "proxy-abc12345", "status": "active", "responseTime": 245 } ] }