Skip to content
Last updated

Response codes

The following response codes are used by the Trustap API when reporting success or failure of API requests.

CodeDescription
200, 201OK. Everything worked as expected.
400Bad Request. The request was unacceptable, often due to missing a required parameter.
401Unauthorized. No valid API key provided. Check your API Key or follow our setup guide if you do not yet have one.
403Forbidden. The API key does not have permissions to perform the request. If you are marking a call on behalf of a user, ensure your header includes Trustap-User with the ID of your user.
404Not Found. The requested resource does not exist.
409Conflict. Contact Trustap support for assistance.
500Server Errors. Something went wrong on Trustap’s end.