Like it or not - things can go wrong. Here are the errors you may come across in using our API, and some suggestions about what to do if you encounter them:
200
The request returned successfully! However, if you’re making a batch request, one of the individual requests could fail - be sure to validate them individually.
Oops - this means an error on your end!
400 Bad request
- something about your request was malformed - perhaps a parameter was missing?401 Unauthorized
- There was a problem with your authentication. Check your credentials.404 Not Found
- The resource you requested doesn’t exist. Check the base URL.500
or 502
error codes are returned if something goes wrong while processing the request.