...
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": "basic", "authenticationpassword": "", "type": "PAYMENT" }' |
Note |
---|
A solicitação retornará os seguintes códigos de status Http. |
...