List webhook subscriptions
Lists public webhook subscriptions for the authenticated brokerage. A subscription connects one public webhook endpoint to one public webhook event type.
Access to webhook management is gated by brokerage. Talk to Augment to enable access before relying on this endpoint.
Responses
- application/json
- application/json
- application/json
- application/json
Request Example for get/v2/webhook-subscriptions
curl https://api.prod.goaugment.com/v2/webhook-subscriptions \
--header 'Authorization: Basic username:password'
[
{
"id": "webhook_subscription_01HY...",
"webhookEndpointId": "webhook_endpoint_01HY...",
"eventType": "TRACKING_UPDATE",
"isActive": true
}
]