API Endpoints
Get Recipient
Get stars recipient info
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": {} } ]}