Endpoint
Authentication
All requests must include your secret API key in theX-Api-Key header.
Your CertoPay secret API key (e.g.
sk_live_sua_chave_aqui).Example Request
Response
Returns the webhook configuration object for your account, including the registered URL and its current status.200 — Success
Response Fields
Unique identifier (UUID) for your webhook configuration.
The HTTPS URL currently registered to receive transaction event notifications.
Current status of the webhook.
ACTIVE means notifications are being delivered; INACTIVE means the webhook has been disabled.ISO 8601 timestamp for when the webhook was first registered.
ISO 8601 timestamp for when the webhook configuration was last modified.
If no webhook has been registered for your account, this endpoint may return a
404 or an empty response. Use POST /api/webhooks/upsert to register a URL and begin receiving notifications.