API Reference
Log In

Error Handling

Interpreting Status Codes

The borderless™ GraphQL API uses standard HTTP Status Codes to indicate whether the API request succeeded or failed.

The following categories of status codes are used by the borderless™ GraphQL API.

Error CodeMeaning
2xxThe API request was successful.
4xxThe API request failed.

Errors (4xx) may also include a specific error message to help you identify the issue.

👍

Pro Tip

Each API Guide includes a section on Common Errors and how to avoid them.