Errors

The Audata API uses standard HTTP response codes to indicate the success or failure of a request.

In general, codes in the 2xx range indicate success, codes in the 4xx range indicate an error that failed due to the content of the request (such as a missing token), and codes in the 5xx range indicate an error on the server, though these are rare.