v1

latestOpenAPI 3.1.02026-08-0629140119.9 KB
Webhooks

Get Webhook Subscription by ID

Retrieves a specific webhook subscription by its ID for the authenticated bank account.

get/v1/webhooks/{id}

Path parameters

idinteger required

Webhook subscription ID

Response

Webhook subscription details

idstring required

Unique identifier of the webhook subscription.

subscriptionsWebhookEventTypeDoc[] required

List of event types this webhook is subscribed to.

urlstring required

The endpoint URL registered to receive webhook events.

Example response

{
  "id": "6225875037061120",
  "url": "https://empresa.com/empresa_webhook"
}