Interactive Swagger UI
Explore and test every endpoint directly in your browser.
Postman Collection
Import the ready-made collection and start making requests in minutes.
Base URL
All API requests go to:Authentication
The API uses API keys passed in a request header. Every request must include:- Open the Dashboard and go to API Keys in the sidebar.
- Click Create API Key and select the permissions you need.
- Copy the key - it is shown only once.
Scopes
Each API key carries one or more scopes that gate access to endpoint groups. Request only the scopes your integration needs.proxies:write does not include proxies:read - the scopes are independent.
Request Format
For endpoints that accept a body (POST, PUT), send JSON and set the Content-Type header:
Response Format
All responses are JSON wrapped in a standard envelope:Error Handling
Error responses use standard HTTP status codes alongside the envelope:Quick Example
Retrieve all your proxies with a singlecurl call: