Get Webhook
Retrieves detailed information about a specific webhook configuration.
Use this to:
- Get complete webhook configuration and settings
- Check webhook event subscriptions and triggers
- Review authentication and security settings
- Verify webhook URL and custom headers
- Access webhook creation and modification history
Key information returned:
- Complete webhook details and configuration
- Event types and channel subscriptions
- Authentication credentials and methods
- Custom headers and request settings
- Webhook status and activity information
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
webhookId
Id of the webhook
Response
Webhook informations
createdAt
Creation UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ)
description
Description of the webhook
events
id
ID of the webhook
modifiedAt
Last modification UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ)
type
Type of webhook (marketing or transactional)
Allowed values:
url
URL of the webhook
auth
Authentication header to be send with the webhook requests
batched
Batching configuration of the webhook, we send batched webhooks if its
true
channel
channel of webhook
Allowed values:
headers