What do the different error codes mean?

When using our gateway, you might come a...

When using our gateway, you might come across different error codes. Below, you can find a link to a list of error codes on our Docs-page as well as an overview of the different HTTP error codes.

Where can I find a list of error codes?

We have a list of error codes on our Doc...

We have a list of error codes on our Docs-page.

GatewayAPI Docs - Error codes

faq_introduction-link_arrow

What do the different HTTP error codes mean?

200 OK: API call successfully received, ...

200 OK:
API call successfully received, response contains details on results of the action

400 Bad Request:
Invalid argument, details in the JSON body

401 Unauthorized:
Invalid API key or signature

403 Forbidden:
Unauthorized IP address

404 Not Found:
SMS is not found, or is not yet transferred to datastore

422 Unprocessable Entity:
Invalid JSON request body

500 Internal Server Error:
The request can’t be processed due to an exception, exception details are returned in the JSON body

on this page