v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBWebhooks
Public API
List Webhooks
Returns all webhooks owned by the authenticated user. Each entry is a summary with the webhook's ID, name, URL, creation datetime, and last-fired datetime. Returns an empty array when no webhooks exist. Use "Get Webhook" to retrieve the full configuration of a specific webhook, including monitored fields and post fields when applicable, and events.
OAuth Scopes: webhooks
get/api/v1/webhooks
Response
An object with a webhooks array containing one summary entry per webhook owned by the authenticated user.
Example response
{
"webhooks": [
{
"id": "1"
}
]
}