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
}Returns aggregate stats and a masked list of the caller org’s referrals. No PII of referred users is ever returned.
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.
Was this page helpful?