HTTP Errors
Our API follows a predictable HTTP error code format:- 400 - Bad Request: The request cannot be processed
- 401 - Unauthorized: The API key token is missing, invalid, or expired.
- 403 - Forbidden: The API key token cannot access the specified resource.
- 404 - Not Found: The request resource cannot be found.
- 500 - Internal Server Error: Failure to process the request.