GET
/
v1
/
profiles
/
{user_id}
curl --request GET \
  --url https://api.supernotes.app/v1/profiles/{user_id}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "username": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "bio": "<string>",
  "photo": "<string>"
}

Authorizations

Api-Key
string
headerrequired

Path Parameters

user_id
string
required

Response

200 - application/json
id
string
required
username
string
required
first_name
string
required
last_name
string
required
bio
string | null
required
photo
string | null
required