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 Code | Description |
---|---|
200 | OK |
400 | Bad request |
401 | Unauthorized access |
403 | Forbidden |
404 | Resource not found |
409 | Conflict 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”).