GET
/
v1
/
general
/
current-user
curl --request GET \
  --url https://ctl.prod.nuon.co/v1/general/current-user \
  --header 'Authorization: <api-key>'
{
  "created_at": "<string>",
  "created_by_id": "<string>",
  "email": "<string>",
  "expires_at": "<string>",
  "id": "<string>",
  "issued_at": "<string>",
  "issuer": "<string>",
  "subject": "<string>",
  "token_type": "auth0",
  "updated_at": "<string>"
}

Authorizations

Authorization
string
headerrequired

Type "Bearer" followed by a space and token.

Response

200 - application/json
created_at
string
created_by_id
string
email
string
expires_at
string
id
string
issued_at
string
issuer
string
subject
string

claim data

token_type
enum<string>
Available options:
auth0,
admin,
static,
integration,
canary
updated_at
string