cURL
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>" }
Actualizar detalles del webhook por ID
Webhook actualizado con éxito por ID
The response is of type object.
object