Request

PUT /referral/webhook-register

ParameterTypeRequiredInfo

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

Request Example

{
	"url": "https://your.api.com/your-endpoint",
	"active": true,
	"token": "my-token"
}

Last updated