Fetches the details of a single webhook subscription by its unique id for the authenticated bank account. This allows developers to inspect the configuration of a particular webhook.
UUID of the service account (e.g., 550e8400-e29b-41d4-a716-446655440000)
Unix timestamp in milliseconds (e.g., 1704636800000). Must be within 5 minutes of server time.
Must be 'service-account' for service account authentication
EdDSA signature of the request in base64 format. Signs: uri:method:body:timestamp
Webhook subscription ID
Webhook subscription details
Webhook subscription representation.
Unique identifier of the webhook subscription.
"6225875037061120"
List of event types this webhook is subscribed to.
Event type to subscribe to for webhook notifications.
Each webhook subscription can listen to multiple event types. Events are sent as HTTP POST requests to the registered endpoint URL.
CASHIN.PIX.QRCODES, CASHIN.DEPOSITS, CASHOUT.PIX.TRANSFERS, CASHOUT.PIX.REFUNDS, CASHOUT.BOLETO.PAYMENTS, CASHOUT.PIX.QRCODE.PAYMENTS The endpoint URL registered to receive webhook events.
"https://empresa.com/empresa_webhook"