Webhooks
Replay a webhook delivery
Re-queue a past delivery so it is sent again - the fix-up after your receiver was down or rejecting. The original event and payload are replayed unchanged and signed afresh, and the attempt counter resets so retry backoff starts clean. Find delivery ids with GET /webhooks/logs.
Requires scope webhooks:write. Not available under X-Profile-Id delegation.
POST
Replay a webhook delivery
Previous
List developer logsYour workspace's own request history: API calls and webhook delivery attempts merged into one time-ordered feed, newest first, with 90-day retention. `source` tells the two apart and decides which fields are populated - API rows carry method/endpoint/timing/cost, webhook rows carry event/attempt/status.
Request and response bodies are omitted unless you pass `include_payloads=true`: they contain whatever was sent, so they are opt-in rather than returned in every page.
Requires scope `logs:read`.
Next
Replay a webhook delivery

