Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
errors
errors

Errors

Name

Description

200 OK 

 

 Everything worked as expected.

400 Bad Request 

The request was unacceptable, often due to missing a required parameter.

401 Unauthorized 

Invalid HTTP Authentication credentials 

No valid API key provided.

402 Request failed

The parameters were valid but the request failed.

403 Forbidden 

Logged in does not have access 

400 Bad Request 

Required Parameter not valid / missed 

The API key doesn't have permissions to perform the request.

404 Not Found 

API key does not have permission to perform the task /not found 

The requested resource doesn't exist. 

409 - Conflict

Conflicts with another request (perhaps due to using the same idempotent key).

429 - Too Many Requests

Too many requests hit the API too quickly.

500  

Something went wrong