Skip to main content

Default Responses

CodeDescription
200OK - The request has succeeded.
201Created - The request has succeeded and resource has been created.
400Bad Request - The request cannot be fulfilled due to bad payload.
401Unauthorized - Authentication is required.
401Payment required - Check status of your subscription.
403Forbidden - You don’t have necessary permissions to access this resource.
404Not Found- The requested resource was not found.
409Conflict - Resource has already been created.
429Too Many Requests - Your request has been throttled.
500Internal Server Error - Generic error message.
502Bad Gateway - Invalid response from server.
In case of 429, 500, 502, we recommend to retry the request using exponential backoff.