Listrak provides some basic 400 level error responses from REST API. Below is an example of the 400 level response:
{
"status": 401,
"message": "Authorization was denied for this request."
}
In order to keep this endpoint secure, Listrak provides the error detail inside of the Application. You can find this detail by navigating to Manage > Integrations. Then click the action menu for the integration you are troubleshooting.


These are the error types that will show up in the error log:
Inactive account
Inactive integration
Invalid client secret
IP address not whitelisted
Missing credentials
Token belongs to another integration
Please note that since this logging page is based on the Client ID of the integration, errors of wrong or different Client IDs will not show in this log.