v3

latestOpenAPI 3.0.32026-07-31489099.0 KB
Webhooks

List webhook subscriptions

get/accounts/{account_id}/webhooks

Path parameters

account_idstring required

ID of the resource

Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC

Account ID

Response

OK

Example response

{
  "subscriptions": [
    {
      "id": "2VZvtmVc2j3gQ80CTlcuQXbGrwC"
    }
  ]
}