The Logs page provides a log of all your API and webhook calls. Select an individual call or log to find its details and troubleshoot your integration.
You can use logs during your development cycle to review all API and webhook calls for both successful and unsuccessful requests over time. Logs can help you identify which calls dropped and why.
API logs
To search for a specific API call, enter a resource ID for the call. This ID could be the unique `id` for the candidate or the report used in the call. In the search results, select the call to show details. You can also filter the API calls by status and timeframe.
API logs have the sections below:
- Summary (timestamp, IP address, API URL called, method used, status of the call, content type, and user agent)
- Request query parameters
- Raw request body
- Parsed request body
- Response body
Webhook logs
This page shows all webhook logs originating from your account's API key or OAuth application.
To search for a specific webhook event, enter a report ID for the event. In the search results, select the event to show details. You can also filter the webhooks by HTTP response status, timeframe, and retries.
Webhook logs have the sections below:
- Summary (timestamp, webhook URL, status, event, and retry number, if applicable)
- Raw request body
- Response body