Skip to main content
GET
/
api
/
v1
/
me
cURL
curl --request GET \
  --url https://sandbox.api.nkama.ga/api/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "email": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "phoneNumber": "<string>",
  "phoneVerified": true,
  "roles": [],
  "subject": "<string>",
  "username": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer access token (JWT) issued by Keycloak or the sandbox token endpoint.

Response

200 - */*

OK

email
string
id
string<uuid>
orgId
string<uuid>
phoneNumber
string
phoneVerified
boolean
roles
enum<string>[]
Available options:
TENANT,
OWNER,
MANAGER,
ADMIN
subject
string
username
string