Webhooks
Get a webhook by ID
Webhooks
Get a webhook by ID
Get a webhook by its unique identifier.
GET
/
v1
/
webhooks
/
{id}
Path Parameters
The unique identifier of a webhook
Response
200 - application/json
The date the webhook was created at, in ISO_8601 format.
The date the webhook was deleted at, in ISO_8601 format.
The event associated with the webhook.
Available options:
message.received
, message.delivered
The webhook's ID
Webhook key
The webhook's label.
The unique identifier of the organization the webhook belongs to
The unique identifiers of the phone numbers associated with the webhook.
The status of the webhook.
Available options:
enabled
, disabled
The date the webhook was created at, in ISO_8601 format.
The endpoint that receives events from the webhook.
The unique identifier of the user that created the webhook.
Was this page helpful?