Introduction

Sections

Theme switcher

Errors

Example

error_codestring
messagestring
Was this section helpful?

What made this section unhelpful for you?

1 2 3 4 { "error_code": "API_ERROR", "message": "Access denied. The API Key is not authorized to do this operation." }

Error Codes

200-201

The request executed had finished successfully.

400

The request is not valid, due to some unpredictable error. If you are using a POST, PUT or PATCH request, check that the body is valid. If you are using a GET request, check that the parameters are correct. If you are using a DELETE request, check the path.

401

The API Key is not authorized to do this operation. Check that your API Key had been correctly configured.

404

The requested resource does not exist. Some of the information needed to do this request was not found.

412

The request was not completed because an internal validation was not fulfilled. Check that the body of the request is valid.

500

Our APIs are currently experiencing issues. This is an error on our side, we will check as soon as possible. Please contact support and try again later.

Was this section helpful?

What made this section unhelpful for you?

View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot