Responses

Overview

API response structure and status codes overview. Learn about success and error response formats.

Chunkify API responses data structure can vary depending on the nature of the response.

Responses Status Codes Overview

Here are all the responses status codes and their description

Status Code Description
200OK When retrieving a resource
201 Created When creating a new resource
204 No Content Updating or deleting a resource
400 Bad Request Invalid request parameters, validation errors, or malformed request body
401 Unauthorized Authentication error: Invalid credentials or subscription inactive
403 Forbidden Insufficient permission to access the resource
404 Not Found The requested resource doesn't exist
429 Too Many Requests Rate limit exceeded - too many requests in a given time period
500 Internal Server Error Unexpected internal error - please try again later

To further understand the different responses structure see the Response Success and the Response Error section.