put https://api.finexio-stage.com/v2/webhooks//
Update details for specific subscription.
Log in to see full request history
Response
201Updated
Update details for specific subscription.
201Updated
xxxxxxxxxx
13curl --request PUT \
--url https://api.finexio-stage.com/v2/webhooks/uuid/ \
--header 'content-type: application/json' \
--data '
{
"event": "payment.changed",
"invoice_ids": false,
"payment_status": false,
"payment_events": false,
"refund_reason": false,
"instrument_number": false
}
'
Try It!
to start a request and see the response here!