Skip to main content
GET
/
api
/
v1
/
users
/
me
Read Current User
curl --request GET \
  --url https://staging.cutmake.ai/api/v1/users/me \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "email": "<string>",
  "role": "<string>",
  "avatar_url": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Successful Response

id
string
required
name
string
required
email
string
required
role
string
required
avatar_url
string | null