Response envelope
A successful identity request returns an object under data. Properties describe the authenticated user and current workspace.
{ "data": { … } }objectIdentity model GET /me
data.userobjectThe identity behind the credential.
data.workspace_idstringThe workspace used for this request.
data.channelstringHow the request was authenticated.
data.permissionsobjectThe user’s permission map for this workspace.
Reading a field definition
Each field lists its type, required status, allowed values and nested structure. The full catalog requires API access.
Data visibility
API access follows workspace permissions. Approval does not make every record visible. The identity response helps you confirm the user and workspace before reading resource data.
