FragAPI
API Endpoints

Get Recipient

GET
/v1/stars/recipient/{username}

Get stars recipient info

Authorization

AuthorizationBearer <token>

User session scheme

In: header

Scope: stars

Path Parameters

username*Username

Query Parameters

quantity?integer|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/stars/recipient/string"
{  "recipient": "string",  "photo": "string",  "name": "string",  "avatarUrl": "string"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}