Admin
Auth Token Whoami
Return the role of the currently authenticated token
post/api/v1.admin.auth-token.whoami
Request body
AdminAuthTokenWhoamiIn required
Response
Example response
{
"role": "some_role_id"
}Return the role of the currently authenticated token
{
"role": "some_role_id"
}