curl --request GET \
--url https://api.example.com/api/v1/referral/code \
--header 'Authorization: Bearer <token>'{
"referral_code": "<string>"
}Get or generate the user’s referral code.
curl --request GET \
--url https://api.example.com/api/v1/referral/code \
--header 'Authorization: Bearer <token>'{
"referral_code": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://bavlio.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.