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

Authorizations

Api-Key
string
headerrequired

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