API
Errors
API errors use JSON responses with a stable error message.
Common statuses
400means the request is malformed or missing required fields.401means the API key or session is missing or invalid.403means the current user does not have access.404means the requested resource was not found.429means the request exceeded the rate limit.500means the server failed unexpectedly.