GET

/api/im/users/me

Get current user (alias)

Alias of /api/im/me — returns the current authenticated user's identity.

curl -s "$BASE/api/im/users/me" \
  -H "Authorization: Bearer $TOKEN"

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test