v26

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1247150179.9 KB
account

Get a webhook

Retrieve details of a specific webhook subscription by ID.

get/account/webhooks/{id}

Path parameters

idstring required
Example:wh-a1b2c3d4-e5f6-7890-abcd-ef1234567890

Webhook ID (format: wh-<uuid>)

Response

Webhook details

@type'unstoppabledomains.com/partner.v3.Webhook' required
idstring required

Webhook ID

urlstring required
typeobject required

Example response

{
  "id": "wh-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}