GET
/
v5
/
me
curl --request GET \
  --url https://api.whop.com/api/v5/me \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "username": "<string>",
  "email": "<string>",
  "profile_pic_url": "<string>"
}

Authorizations

Authorization
string
headerrequired

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

Response

200 - application/json
id
string
required

The ID of the user, which will look like user_*************

name
string

The first and last name of the user.

username
string
required

The username of the user

email
string

The email of the user

profile_pic_url
string

The URL of the user's profile picture