account
List webhooks
Retrieve all webhook subscriptions configured for your account.
get/account/webhooks
Response
List of webhooks
Example response
{
"items": [
{
"id": "wh-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
]
}Retrieve all webhook subscriptions configured for your account.
List of webhooks
{
"items": [
{
"id": "wh-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
]
}