webhooks

Get a single failed attempt from a single webhook message.

When a webhook message fails to send it will store the failure in an "attempt". You can view and analyse these. Webhooks messages that receive too many attempts (failures) will not be fired. You must first clear out old attempts and try again. This endpoint shows you the details of a single attempt. The ID of the attempt must match the corresponding webhook and webhook message.

get/v1/webhooks/{id}/messages/{messageId}/attempts/{attemptId}

Path parameters

idstring required
Example:123

The webhook ID.

messageIdinteger required
Example:1

The webhook message ID.

attemptIdinteger required
Example:1

The webhook attempt ID.

Headers

X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00

Unique identifier associated with this request.

Response

A single webhook attempt.

Changes

No recorded changes to this endpoint across all 1 revision of this API.