curl --request GET \
--url https://api.fragapi.com/v1/premium/recipient/{username} \
--header 'Authorization: Bearer <token>'{
"recipient": "<string>",
"photo": "<string>",
"name": "<string>"
}Get premium recipient
curl --request GET \
--url https://api.fragapi.com/v1/premium/recipient/{username} \
--header 'Authorization: Bearer <token>'{
"recipient": "<string>",
"photo": "<string>",
"name": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.fragapi.com/llms.txt
Use this file to discover all available pages before exploring further.