Get webhook subscription

Returns one public webhook subscription for the authenticated brokerage, or 404 if no matching public subscription exists.

Path Parameters
  • subscriptionId
    Type: string
    required

    Webhook subscription ID

Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/v2/webhook-subscriptions/{subscriptionId}
curl 'https://api.prod.goaugment.com/v2/webhook-subscriptions/{subscriptionId}' \
  --header 'Authorization: Basic username:password'
{
  "id": "webhook_subscription_01HY...",
  "webhookEndpointId": "webhook_endpoint_01HY...",
  "eventType": "TRACKING_UPDATE",
  "isActive": true
}