List Webhook Subscriptions
Header Parameters
Authorizationstring Required
x-client-idstring Required
x-signaturestring Required
x-timestampstring Required
Response
200
Object
{
"status": "success",
"data": {
"webhooks": [
{
"uuid": "...",
"event": "customer.created",
"callbackUrl": "https://example.com/hooks",
"status": "active",
"hasSigningSecret": true,
"createdAt": "...",
"updatedAt": "..."
}
]
}
}
Was this section helpful?
Response
Was this section helpful?