v1
latestOpenAPI 3.1.02026-07-24181585937.4 KBWebhook
webhook.info
Retrieves information about a specific webhook setting by its ID.
Requires the apiKeysRead permission.
post/webhook.info
Request body
Example request
{
"webhookId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
}Response
Responses from the webhook.info endpoint
Example response
{
"success": true,
"results": {
"id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
"enabled": true,
"requestUrl": "https://example.com/webhook1",
"webhookType": "applicationSubmit"
}
}