Skip to main content
GET
/
api
/
v1
/
me
Retrieve user, accesses, roles and more.
curl --request GET \
  --url https://api.revong.com/api/v1/me \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer token with Platform JWT token or API Key.

Response

User object from JWT token.