Get webhook subscription
Returns a single endpoint that we will send webhooks to.
This endpoint requires the webhook-subscriptions.read
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The ID of the merchant account to act upon. When not or provided, this value
will default to the first merchant account a user has access to. This value
can be set to *
on some APIs to fetch resources from all merchant accounts.
255
"default"
Path Parameters
The ID for the webhook subscription.
"8fd77b13-a5e3-43de-bd54-26a8a714ac18"
Response
webhook-subscription
.
webhook-subscription
"webhook-subscription"
The unique Gr4vy ID for this webhook subscription.
"8fd77b13-a5e3-43de-bd54-26a8a714ac18"
The unique ID for a merchant account.
"default"
Defines if this subscription is currently active or not. When deactivated, webhook events are not sent to the endpoint configured for this subscription.
true
The URL of the endpoint to deliver webhook events to.
"https://example.com/webhooks"
Was this page helpful?