Error Handling

Please see individual API endpoints for how they return errors.

However, due to the way the API is currently deployed on AWS API Gateway if you receive the following 403 response then it means that the request URL is invalid and not that authentication has failed:

{"message":"Missing Authentication Token"}

i.e. you can treat this like a 404 Not Found

Essentially if you encounter this during integration you should double check that the URL you are requesting is correct!

Last updated