v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBWebhooks
List Webhooks
Returns all webhook subscriptions configured for the caller's team. See the Webhooks tag description for the full list of event types. For detailed payload shapes per event type, see Webhook Event Payloads.
get/v1.0/webhooks
Headers
Authorizationstring required
Bearer [access_token]
Response
Webhook subscriptions for the team (may be empty).
Example response
[
{
"subscribeId": 1234,
"teamId": 13233324,
"listId": 1,
"vendorId": 123,
"callbackUrl": "http://xxx.test.com",
"limit": 100
}
]