Skip to main content
GET
/
user
/
profile
/
{userId}
获取用户公开 Profile
curl --request GET \
  --url https://api.kira.art/user/profile/{userId}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "nickname": "<string>",
  "avatarUrl": "<string>",
  "plan": "<string>"
}

Path Parameters

userId
string<uuid>
required

Response

200 - application/json

公开 Profile

id
string<uuid>
nickname
string
avatarUrl
string
plan
string