POST
/
v1
/
profiles
/
specify
curl --request POST \
  --url https://api.supernotes.app/v1/profiles/specify \
  --header 'Content-Type: application/json' \
  --data '[
  "3c90c3cc-0d44-4b50-8888-8dd25736052a"
]'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "username": "<string>",
    "first_name": "<string>",
    "last_name": "<string>",
    "bio": "<string>",
    "photo": "<string>"
  }
]

Authorizations

Api-Key
string
headerrequired

Body

application/json · string[]

The body is of type string[].

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