v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBwebhooks
List webhooks
List the webhooks in the account.
get/{account}/webhooks
Path parameters
accountinteger required
The account id
Query parameters
sort'id:asc' | 'id:desc'
Sort results. Default sorting is by name ascending.
Response
Successfully retrieved account webhooks list.
Example response
{
"data": [
{
"id": 1,
"url": "https://webhook.test",
"suppressed_at": "2022-06-07T17:45:13Z"
}
]
}