webhooks
Get a single message from a webhook.
When a webhook is triggered it will store the actual content of the webhook in a webhook message. You can view and analyse a single one using this endpoint.
get/v1/webhooks/{id}/messages/{messageId}
Path parameters
idstring required
Example:123
The webhook ID.
messageIdinteger required
Example:1
The webhook message ID.
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Response
A single webhook message.
Changes
No recorded changes to this endpoint across all 1 revision of this API.