Create a unique referral link to invite friends. Share this link to invite others to become customers; both you and the referred friend receive benefits upon successful registration.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/referral/generate-link curl -X POST "https://cloud.hostup.se/api/referral/generate-link" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"link": {
"code": "string",
"url": "string",
"createdAt": "string"
}
}
}