Errors
Our API returns basic errors when requests are incorrectly formatted or request data that doesn't exist.
Not Found Errors
            Our API will return a 400 status code with
            {Resource} not found
            as an error message.
        
Incorrectly formatted requests
Our API will return a 404 status code if you try to request an endpoint that doesn't exist.