Responses and Errors
Success Envelope
{
"success": true,
"data": [],
"meta": {
"page": 1,
"limit": 100,
"total": 2540
}
}
Error Envelope
{
"success": false,
"error": {
"code": "UNAUTHORIZED",
"message": "Invalid API key"
}
}
Error Codes
UNAUTHORIZED->401FORBIDDEN->403METHOD_NOT_ALLOWED->405RATE_LIMITED->429HTTPS_REQUIRED->403INTERNAL_ERROR->500