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.
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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.