Developer logs
Developers
What your integration sent us, and what we sent to you. Two tabs, two directions.
API requests
Every call received from your keys: method, route, status, duration, the key used and the request identifier. This is what the platform saw from your side.
Filters: method, status (successes 2xx / errors 4xx and 5xx) and a search on the route or the request identifier.
Webhook deliveries
Every delivery to your endpoints: event, destination, attempt number, response code, duration and the next attempt scheduled. The final failures only box isolates what will not be retried.
Replay makes another delivery attempt; it appears as a new row.
What these logs do not contain
No request or response body is ever kept — not here, not anywhere. Only the method, the route, the status and the duration are. For bodies, you need your own server's logs.
That is a design decision rather than a limitation of the screen: bodies carry your customers' data, and the platform has no reason to hold them.
— /dashboard/developer-logs