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

Authorizations

x-api-key
string
header
required

Response

200
application/json
Webhooks recuperados con éxito
webhooks
object[]
required