Tamr Cloud API calls return conventional HTTP success or error status codes.

On success, calls return a response code of 200 and the expected object.

For errors, the API provides information about what went wrong. All errors are returned as JSON objects.

Error Types

The following table describes the data and metadata for an error.

KeyValue Description
statusCodeThe HTTP status code of the error returned.
messageA short description of the error.

HTTP Status Codes

Status CodeText
400Bad Request
401Unauthorized
403Forbidden
404Not Found
409Conflict
429Too Many Requests
500Internal Server Error
503Service Unavailable