v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Webhook

webhook.info

Retrieves information about a specific webhook setting by its ID.

Requires the apiKeysRead permission.

post/webhook.info

Request body

webhookIdstring uuid required

The id of the webhook setting to retrieve

Example request

{
  "webhookId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
}

Response

Responses from the webhook.info endpoint

OR

Example response

{
  "success": true,
  "results": {
    "id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
    "enabled": true,
    "requestUrl": "https://example.com/webhook1",
    "webhookType": "applicationSubmit"
  }
}