Skip to content

Errors

This section outlines common errors that may occur when interacting with the API.

HTTP error codes are used to indicate the type of failure returned by the server.


400

A 400 Bad Request error is returned when the request contains invalid or missing data.

This typically occurs when making POST or PUT requests with incorrect or incomplete input.


403

A 403 Forbidden error is returned when the authenticated user does not have permission to access the requested resource.

This may occur if:

  • The user token does not have access to the requested content type
  • The user does not have permission to view or modify a specific item

403 Example Response

alt text


404

A 404 Not Found error is returned when the requested resource does not exist.

This may occur when:

  • The specified content type does not exist
  • The requested item ID cannot be found

404 Example Response

alt text