website logo
Detected.co
⌘K
APIs
Authentication
Error Handling
Pagination
Versioning
API Docs
Profiles
Analytics
Reference Architectures
Data Warehouse Integration
CRM Integration
Legal
End User Privacy Notice
Data Processing Agreement
End User Terms of Use
System Status
Feature Overview
Alerts
Audit Log
Insights
Profile Status
Status Webhooks
Change Log
29 March 2023
28 February 2023
08 February 2023
5th January 2023
12th December 2022
29th November 2022
21st October 2022
6th September 2022
Docs powered by archbee 
1min

Error Handling

Detected uses conventional HTTP response codes to indicate the success or failure of an API request, codes used follow the standard for a REST API.

Some of the most common errors are listed below:

Error Status

Possible causes

401 - Unauthorized

Bearer token or list id are incorrect, check these match the credentials in your account - Authentication

400 - Bad Request

Request body is unacceptable, check the request against the relevant API doc

404 - Not Found

The requested resource doesnt exist

429 - Too Many Requests

Too many requests to the API are being made and the rate limit has been reached,



Updated 03 Mar 2023
UP NEXT
Pagination
Docs powered by archbee