Webhook Messages
The Webhook Messages API allows you to inspect and manage individual webhook delivery attempts. This is useful for debugging webhook issues.
You must include your Bearer token in the request header.
Retrieves a paginated list of webhook messages, optionally filtered by date range and status.
Authentication using a Bearer token.
Filter messages created from this date (YYYY-MM-DD).
2025-04-26Filter messages created up to this date (YYYY-MM-DD).
2025-04-27Number of items to return per page in a paginated response.
15The current page number for paginated results.
1Sort direction for the message list.
descPossible values: Field to sort the message list by.
created_atPossible values: Filter messages by their delivery status.
deliveredPossible values: A paginated list of webhook messages.
Unauthorized.
Retrieves the details of a specific webhook message by its UUID.
Authentication using a Bearer token.
Universally Unique Identifier (UUID) as defined by RFC 4122.
e1f8a3b1-7d6c-4e9a-9b2e-3f8d1a9c5f2gPattern: ^[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12}$Successfully retrieved the webhook message details.
Unauthorized.
Unprocessable.
Allows updating the status of a specific webhook message.
Authentication using a Bearer token.
Universally Unique Identifier (UUID) as defined by RFC 4122.
e1f8a3b1-7d6c-4e9a-9b2e-3f8d1a9c5f2gPattern: ^[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12}$The new status to set for the webhook message.
Webhook message status updated successfully. Returns the updated resource.
Unauthorized.
Unprocessable.
Last updated
Was this helpful?
