API referenceV1
Delivery queue status: pending, failed and delivered in the last 24 hours, per endpoint
AuthorizationBearer <token>
A server-side secret key. Never send one from a browser — a request carrying an Origin header is refused for this reason.
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/webhooks/stats"{ "total": { "pending": 0, "failed": 0, "delivered24h": 0, "lastDeliveredAt": 0 }, "endpoints": [ { "pending": 0, "failed": 0, "delivered24h": 0, "lastDeliveredAt": 0, "webhookId": "string" } ]}Recent deliveries with every attempt, for working out why an endpoint is quiet. Filter with ?status=pending|failed|success
Previous Page
Rename a payment account, or make it the default
`label` sets the name the account is shown under in the builder. `isDefault: true` makes it the account new verified-checkout questions start on. Nothing changes at the gateway.