Base URL
Authentication
Fluxrate uses two authentication methods:- API Key (SDK & Widget)
Response Format
All responses use JSON. List endpoints return paginated results:Error Responses
HTTP Status Codes
| Code | Meaning |
|---|---|
200 | Success |
201 | Created |
204 | No Content (successful delete) |
400 | Bad Request — invalid parameters |
401 | Unauthorized — missing or invalid auth |
403 | Forbidden — insufficient permissions |
404 | Not Found |
409 | Conflict — duplicate resource |
422 | Unprocessable Entity — validation error |
500 | Internal Server Error |
Pagination
All list endpoints support:| Parameter | Default | Max | Description |
|---|---|---|---|
page | 1 | — | Page number (1-indexed) |
page_size | 20 | 100 | Items per page |
Interactive Playground
Access the interactive Swagger UI:API Versioning
The current API version isv1. All endpoints are prefixed with /api/v1.