Skip to main content
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. a 500 from your server).
  • retryAttempts: The number of automatic delivery attempts made by Capa. After the maximum is reached, status transitions to FAILED.
  • 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

partner-api-key
string
header
required

API key for the affiliated partner performing the request.

Path Parameters

id
string
required

The webhook notification ID

Example:

"8374f327-38bd-4b0b-b8a7-2524599eb903"

Response

Returns the full details of a single webhook notification including its payload and error information.

success
boolean
Example:

true

data
object