webhooks

Get all the failed attempts of 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. Webhook messages that receive too many attempts (failures) will not be sent again. You must first clear out old attempts before the message can go out again.

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

Path parameters

idstring required
Example:123

The webhook ID.

messageIdinteger required
Example:1

The webhook message ID.

Query parameters

limitinteger
Example:10

Number of items per page. The default pagination is per 50 items.

pageinteger
Example:1

Page number. The default pagination is per 50 items.

Headers

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

Unique identifier associated with this request.

Response

A list of webhook attempts.

Changes

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