Fetch information on the current token
GET {{baseUrl}}/v1/token
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"uid":"\u003cuuid\u003e","name":"\u003cstring\u003e","roles":["ROLE_READ_ONLY","ROLE_EDIT_ONLY"],"expiresAt":"\u003cdateTime\u003e","tenantUid":"\u003cuuid\u003e"}