Webhooks
List webhooks
GET
Authorizations
Response
200 - application/json
The unique UUID of the webhook.
Example:
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
The description of the webhook.
Example:
"Webhook to receive connection events"
The endpoint url of the webhook.
Example:
"https://acme.com/webhook_receiver"
The secret of the webhook.
Example:
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
The status of the webhook.
Example:
true
The created date of the webhook.
Example:
"2024-10-01T12:00:00Z"
The events that the webhook listen to.
Example:
["connection.created"]
The project id tied to the webhook.
Example:
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
The last update date of the webhook.
Example:
"2024-10-01T12:00:00Z"
Was this page helpful?