GET
/
webhook
/
:webhookId
curl --request GET \
  --url https://api.fint.app/api/v1/webhook/:webhookId \
  --header 'x-api-key: <api-key>'
{
  "id": 123,
  "url": "<string>",
  "active": true,
  "events": [
    "payment.created"
  ],
  "createdAt": "<string>",
  "externalReference": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

webhookId
number
required

Response

200
application/json
Webhook recuperado con éxito por ID
id
number
required
url
string
required
active
boolean
required
events
enum<string>[]
required
Available options:
payment.created,
contact.status,
contact.active,
contact.inactive,
subscription.created,
subscription.updated,
subscription.cancelled
createdAt
string
required
externalReference
string | null
required