PUT
/
webhook
/
:webhookId
curl --request PUT \
  --url https://api.fint.app/api/v1/webhook/:webhookId \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "url": "<string>",
  "events": [
    "payment.created"
  ],
  "active": true
}'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

webhookId
number
required

Body

application/json

Response

200
application/json

Webhook actualizado con éxito por ID

The response is of type object.