Errors

List of API expected error codes and possible causes.

Error Responses

Status Code

Status

Message

Explanation

400

Bad Request

{

"type":"/problems/validation-failed",

"title":"Your request is missing required fields.",

"status":400,"violations":[{violation json},…​]

}

Request contains invalid parameters.

401

Unauthorized

N/A

The Authorization request header is not present or is invalid. Possible causes can be expired or malformed token. More information on how to generate tokens here.

500

Service Unavailable

{"type":"/problems/internal-server-error","title":"There was an error fetching the data.","status":500, "detail": "…​" }

The server on fulfilling the request. This is an internal error, please contact us via this email.

503

Service Unavailable

{ "type":"/problems/unavailable","title":"There was an error fetching the data, please try again later.","status":503, "detail": "…​" }

The server is currently unable to handle requests. If this error persists please contact us via this email.