v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBwebhooks
Retrieve a webhook
Retrieves the details of a registered webhook.
get/{account}/webhooks/{webhook}
Path parameters
accountinteger required
The account id
webhookinteger required
The webhoook id
Response
Successfully retrieved a webhook.
Example response
{
"data": {
"id": 1,
"url": "https://webhook.test",
"suppressed_at": "2022-06-07T17:45:13Z"
}
}