Get webhook subscription
Retrieve detailed information about a specific webhook subscription. This endpoint returns the full configuration of a subscription including its URL, authentication details, active status, and signing secret information. Use this to verify your webhook subscription settings or retrieve details needed for webhook verification.
This endpoint requires theDocumentation Index
Fetch the complete documentation index at: https://docs.wizlopay.com/llms.txt
Use this file to discover all available pages before exploring further.
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 use for this request.
"default"
Path Parameters
The ID of the webhook subscription
"ef9496d8-53a5-4aad-8ca2-00eb68334389"
Response
Successful Response
The ID of the webhook subscription
"ef9496d8-53a5-4aad-8ca2-00eb68334389"
Flag to determine whether this subscription should be sent webhook payloads.
true
false
URL to send webhook payloads.
"https://www.gr4vy.com/webhooks"
Flag to determine whether the subscription has a secret rotation in progress or not.
false
true
Type of resource for webhook subscriptions.
"webhook-subscription""webhook-subscription"
The merchant account to which this subscription is associated. When null this represents an instance level webhook.
"default"
Optional authentication configuration for webhook requests.
- BasicAuthentication
- CredentialsOAuthAuthentication
- PasswordOAuthAuthentication
{
"kind": "basic",
"password": "********",
"username": "gr4vy"
}The active secret value.
"234567890abcdef1234567890abcdef"
The user that created this resource
{
"email_address": "jhon.doe@gr4vy.com",
"id": "07e70d14-a0c0-4ff5-bd4a-509959af0e4d",
"name": "Jhon Doe"
}