Check if a specific account or service is eligible for a referral reward. May suggest a suitable account if none is specified.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/referral/reward-target curl -X GET "https://cloud.hostup.se/api/referral/reward-target" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"targetAccountId": "string",
"targetValid": true,
"suggestedAccountId": "string",
"accounts": [
{
"accountId": "string",
"name": "string",
"status": "string",
"nextDue": "string",
"expires": "string"
}
]
}
}