❗List of the most common API errors
400 Bad Request
Bad Request
This error is thrown when something goes wrong. It is a very rare error.
401 Unauthorized
Wrong API Key
This error is thrown when the API Key was not validated.
API Limit of X requests per second is reached!
This error is thrown when an account reaches current limit per second. The API Limit is 5 req/sec per user account.
IP Address is not Allowed to use this API
This error is thrown when the IP is not matching the whitelisted IPs within the API Key.
404 Not Found
Missing Parameters
This error is thrown when some parameters are missing in the request.
Values Object is not Properly Formatted
This error is thrown when the value parameter is not properly formatted.
Wrong Page Format
This error is thrown when the page parameter is not properly formatted.
Project with the provided ID does not exist
This error is thrown when the Project doesn't exist in the account.
Contact with provided ID, does not exist
This error is thrown when the Contact doesn't exist in the account.
Contact Not Found
This error is thrown when the Contact doesn't exist in the account.
The Email does not exist
This error is thrown when the Email doesn't exist in the account.
The Filter is unknown
This error is thrown when the filter parameter is not recognized when fetching Email or Broadcast Recipients
The Broadcast does not exist
This error is thrown when the Broadcast doesn't exist in the account.
The Broadcast(History) does not exist
This error is thrown when history doesn't exist for this Broadcast.
Event not found
This error is thrown when the Event doesn't exist in the account.
The action was not processed
This error is thrown when the action/request was not processed properly.