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.
limit string required Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/referral/history curl -X GET "https://cloud.hostup.se/api/referral/history?limit=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"items": [
"string"
],
"total": 0,
"limit": 0,
"offset": 0,
"hasMore": true
}
}