beel_get_my_identity
Verify your authenticated identity: returns account ID, email, name, logo, and credential details to confirm which account your API credential belongs to and that it works—no scope required.
Instructions
Returns the identity of the authenticated principal: the account the credential
belongs to, the person's email, name, logo and interface language, and a
description of the credential itself. Unlike every other operation, it requires
no scope — any valid credential resolves, so a 200 confirms the credential
works and tells you which account it belongs to, and a 401 that it does not.
account_id identifies who the credential belongs to, not what it is currently
pointed at: selecting a different company with BeeL-Active-Company does not
change it. name resolves as trade_name ?? legal_name of the active fiscal
profile and is null until onboarding creates one. Responses are never cached
(Cache-Control: no-store).
credential describes the credential the call was authenticated with — its
type, the environment it operates on and the permissions it holds — so a client
can adapt what it offers instead of discovering the limits through a 403.
Endpoint: GET /v1/me/identity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||