Identity
Get the authenticated principal
Returns the token id, display prefix, accounts, and scopes of the caller.
get/me
Response
The authenticated principal.
Example response
{
"data": {
"principal": "api_token",
"token_prefix": "ekho_live_3fa9c21b"
}
}