webhooks

Get all the messages of a single webhook.

When a webhook is triggered the actual message that will be send is stored in a "message". You can view and analyse these messages.

get/v1/webhooks/{id}/messages

Path parameters

idstring required
Example:123

The webhook ID.

Headers

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

Unique identifier associated with this request.

Response

A list of webhook messages.

Changes