Webhooks
Lists all webhooks
Getting Started
Calls
Contact Custom Fields
Phone Numbers
Webhooks
Lists all webhooks
List all webhooks for a user.
GET
/
v1
/
webhooks
userId
string
userId
string
The unique identifier the user. Defaults to the workspace owner.
Add Example Value
Query Parameters
The unique identifier the user. Defaults to the workspace owner.
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?