We use standard http error codes in the API.

In addition to the error code, there will usually also be a json response of the following format:

### JSON

```json
{
    "message": "Forbidden",
    "error": "ForbiddenError",
    "statusCode": 403
}
```

Updated about 1 year ago

* * *

Updated about 1 year ago

* * *
