Path Parameters
The ID of the app
Query Parameters
Page number
Number of items to take
Next page token (Only used on special endpoints)
Response
200 - application/json
An array of webhooks.
Unique identifier for the webhook
URL to which the webhook will send POST requests
Example:
"https://example.com/webhook"
Timestamp when the webhook was created
Timestamp when the webhook was last updated
List of events that trigger the webhook
Example:
["record.created", "record.completed"]