View your referral history and earned rewards

Get an overview of your referrals and any rewards earned through the partnership program. See how many friends you have referred and the benefits you have received.

Query Parameters

limit string required

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
GET https://cloud.hostup.se/api/referral/history
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/referral/history?limit=string" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "items": [
      "string"
    ],
    "total": 0,
    "limit": 0,
    "offset": 0,
    "hasMore": true
  }
}