Skip to content

reoclo whoami

reoclo whoami

Calls /auth/me with the active profile’s token and prints the identity attached to it: tenant, key type (Integration or Automation), key label, scope, and (for user-bound keys) the email.

Terminal window
$ reoclo whoami
tenant: acme (df7daacb-1e34-4a16-9e5d-b8bfbaa4c0f5)
key: Integration ("CLI on Mac mini")
type: rk_t (full access)
expires: 2026-12-31

JSON output for scripting:

Terminal window
reoclo whoami -o json
CodeMeaning
0Authenticated.
3Token rejected by /auth/me (revoked, expired, or wrong API URL).