Skip to main content
GET
/
v1
/
premium
/
recipient
/
{username}
Get 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.

Authorizations

Authorization
string
header
required

User session scheme

Path Parameters

username
string
required

Response

Successful Response

recipient
string
required
photo
string
required
name
string
required