API Reference
Reference for the API
Retrieve a list of webhooks for a specific app.
[ { "id": "<string>", "url": "https://example.com/webhook", "created_at": "2023-12-25", "updated_at": "2023-12-25", "events": [ "record.created", "record.completed" ] } ]
The ID of the app
Page number
Number of items to take
Next page token (Only used on special endpoints)
An array of webhooks.
The response is of type object[].
object[]
Was this page helpful?