v1
latestOpenAPI 3.1.02026-07-134488210.8 KBWebhooks
Webhook
Get a webhook. Requires the webhooks_read scope.
get/webhooks/{webhookId}
Path parameters
webhookIdstring required
Example:64e5a865a58eefeed7f05ea6
Webhook ID
Response
Success
Example response
{
"webhook": {
"callback": {
"auth": {
"bearer": {
"token": "abc123"
}
},
"url": "https://subscriber.example.org/events"
}
}
}