Response scheme

The Web API uses the same format to describe different errors:

  • Authentication error
  • Validation error
  • or other errors

Authentication error

Here is an example of a failing request due to an authentication error. { "errors": ["Invalid JWT"] }