Standard Envelope
All successful responses are wrapped in a standard envelope:| Field | Description |
|---|---|
data | The response payload (object or array) |
metadata.request_id | Unique identifier for the request, useful for debugging |
Response Keys
All API responses use snake_case for field names:OpenAPI Specification
The complete API specification is available in OpenAPI 3.0 format:- API clients (Postman, Insomnia)
- Code generators (OpenAPI Generator, swagger-codegen)
- AI assistants and LLMs for API integration
- Documentation tools
