Get access token data

GET {{API_BASE_URL}}/user/token

Get information about access tokens of a profile

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

[{"id":"string","name":"string","type":"dev","token":"string","readonly":false,"createdAt":"2022-06-28T11:58:08.272Z"}]