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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.