Skip to main content
GET
/
referral
/
summary
Get referral program summary
curl --request GET \
  --url https://api.thundercompute.com:8443/v1/referral/summary
{
  "activePaying": 123,
  "creditsEarnedCents": 123,
  "recent": [
    {
      "maskedId": "<string>",
      "signedUpAt": "<string>",
      "status": "<string>"
    }
  ],
  "totalReferrals": 123
}

Documentation Index

Fetch the complete documentation index at: https://www.thundercompute.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

OK

activePaying
integer
creditsEarnedCents
integer
recent
object[]
totalReferrals
integer