Webhooks
Get a webhook by ID
Getting Started
Calls
Contact Custom Fields
Phone Numbers
Webhooks
Get a webhook by ID
Get a webhook by its unique identifier.
GET
/
v1
/
webhooks
/
{id}
id
string
*
id
Required
string
The unique identifier of a webhook
Add Example Value
Path Parameters
The unique identifier of a webhook
Response
200 - application/json
The webhook's ID
The unique identifier of the user that created the webhook.
The unique identifier of the organization the webhook belongs to
The webhook's label.
The status of the webhook.
Available options:
enabled
, disabled
The endpoint that receives events from the webhook.
Webhook key
The date the webhook was created at, in ISO_8601 format.
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 unique identifiers of the phone numbers associated with the webhook.
Was this page helpful?