API Error Logging

Learn more about the details on your 400 level errors inside of the integration manager.

Support avatar
Written by Support
Updated over a week ago

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 Platform.

  1. Navigate to Integrations > Integrations Management.

  2. Click on the name of the integration.

  3. Click on the log tab to open the error logging.

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.

Did this answer your question?