Get Webhook
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
webhook_id
ID of webhook.
Response
This endpoint returns an object.
webhook_id
ID of webhook.
url
URL of webhook endpoint.
secret
Secret for webhook signature verification.
enabled
Webhook is enabled.
updated_at
Time at which webhook was last updated.
created_at
Time at which webhook was created.
event_types
Event types to subscribe to.
inbox_ids
Inbox IDs for which to send events. Omit to send events for all inboxes.
client_id
Client ID of webhook.
