Webhooks
Create new webhook
Request Body
Name
Type
Description
{
"webhook": {
"uuid": "webhook_ac06a45cb5",
"url": "https://webhook.site/6819636c-fd8d-45bd-a1bf-e154cd9f2d68",
"events": {
"new_referral": true,
"reward_unlocked": false
}
}
}{
"error": "Url must start with https://"
}Get webhooks
Get a webhook by UUID
Path Parameters
Name
Type
Description
Update a webhook
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Delete a webhook
Path Parameters
Name
Type
Description
Last updated