REST API Reference
The Threll REST API is organized around accounts, workers, and phone calls. All endpoints accept and return JSON, over HTTPS.
Conventions
- All resources are scoped under
/v1/accounts/{accountId}. - Requests and responses use
application/json. - Authenticate with the
x-api-keyheader — see Authentication. - Errors use conventional HTTP status codes with structured bodies — see Errors.
Pick an endpoint from the sidebar to see its parameters and request/response examples.