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
Example response
{
"id": "wh-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}