Status codes

The API returns the appropriate HTTP status code indicating whether the API request succeeded (for example, 200 OK) or failed (for example, 403 Forbidden). If it failed, check the API response for additional information.

Status CodeDescription
200OK
400Bad request
401Unauthorized access
403Forbidden
404Resource not found
409Conflict with the state of resource

Errors

If the request body is invalid, the API returns 400 Bad Request. The API may include additional information in the response body (for example, ā€œAt least 2 entities must be providedā€).