Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/v1/referral/stats \ --header 'Authorization: Bearer <token>'
{ "total_earned": 123, "active_referrals": 123, "referral_uses": [ { "status": "<string>", "created_at": "<string>", "converted_at": "<string>" } ] }
Get referral statistics for the current user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes