Get webhook notification details
Webhooks · Notifications
Get Webhook
GET
Get webhook notification details
Retrieves the full details of a single webhook notification, including its original payload, delivery status, retry history, and the error response from the last failed attempt.
For an overview of webhook events and payload structures, see the Webhooks Guide.
Important Notes
latestErrorPayload: Contains the error body returned by your endpoint on the last failed delivery attempt. Use this to diagnose why delivery failed (e.g. a500from your server).retryAttempts: The number of automatic delivery attempts made by Capa. After the maximum is reached, status transitions toFAILED.manualRetryCount: Incremented each time you call the retry endpoint. A maximum of 3 manual retries are allowed per notification.
Status Reference
Error Codes
Common Errors
Endpoint-Specific Errors
Authorizations
API key for the affiliated partner performing the request.
Path Parameters
The webhook notification ID
Example:
"8374f327-38bd-4b0b-b8a7-2524599eb903"