Generate a referral link

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.

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
POST https://cloud.hostup.se/api/referral/generate-link
For AI assistants
cURL
curl -X POST "https://cloud.hostup.se/api/referral/generate-link" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "success": true,
    "link": {
      "code": "string",
      "url": "string",
      "createdAt": "string"
    }
  }
}