PUT
/
webhook
/
:webhookId
Actualizar webhook por ID
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
url
string<uri>
required
events
enum<string>[]
required
Minimum length: 1
active
boolean
required

Response

Webhook actualizado con éxito por ID

message
string
required