Webhooks
List Your Webhook Subscriptions
GET /public/webhook/subscriptions — Returns all active webhook subscriptions for your account, including URL, events, and enabled status.
GET
Returns all webhook subscriptions registered for your dealer account. Use this endpoint to audit your current subscriptions, retrieve subscription IDs for update or delete operations, or verify which event types are configured for each endpoint.
Headers
Accept Header
Available options:
application/json Application Id
A date timestamp of the request
A signature for the request
User API Key
Response
Success
Unique numeric identifier of the webhook subscription
HTTPS URL that receives webhook POST deliveries
Whether the subscription is enabled
Event names that trigger this subscription
Optional human-readable label for the subscription
Signing secret used to verify webhook deliveries. Only returned when a new secret is issued, such as during create or update operations