Registering a WebHook to receive consent event updates
...
Info |
---|
Once the access_token is generated, let's register your webhook using the request below. |
Request Webhook - ⚠️ APIDeprecated ⚠️
Code Block |
---|
curl --location 'https://onboard.smartkeys.celcoin.dev.fsapps.io/api/smart-keys/interceptors' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {{your_generated_access_token_here}}' \ --data '{ "endpoint": "https://www.my-domain.com/webhook", "isAuthenticated": false, "authenticationType": "", "user": "", "password": "", "type": "PAYMENT" }' |
...