GET
/
user
curl --request GET \
  --url https://api.supermemory.ai/v1/user \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "uuid": "<string>",
  "email": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "profilePictureUrl": "<string>",
  "hasOnboarded": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
User details
id
string
uuid
string
email
string
firstName
string
lastName
string
profilePictureUrl
string
hasOnboarded
boolean