Skip to main content
GET
/
v1
/
stars
/
recipient
/
{username}
Get Recipient
curl --request GET \
  --url https://api.fragapi.com/v1/stars/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

Query Parameters

quantity
integer | null

Response

Successful Response

recipient
string
required
photo
string
required
name
string
required