Comment on page
Request
PUT
/referral/webhook-register
Parameter | Type | Required | Info |
---|---|---|---|
url | string | required | URL for the data to be sent at |
active | bool | required | set true to enable notification |
token | string | required | token that will be sent in the webhook header |
{
"url": "https://your.api.com/your-endpoint",
"active": true,
"token": "my-token"
}
Last modified 1yr ago