API ESSENTIALS

Data models

Understand response fields, types and data visibility.

Response envelope

A successful identity request returns an object under data. Properties describe the authenticated user and current workspace.

{ "data": { … } }object

Identity model GET /me

data.userobject

The identity behind the credential.

data.workspace_idstring

The workspace used for this request.

data.channelstring

How the request was authenticated.

data.permissionsobject

The 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.

API reference
Public documentation

Sign in to check your workspace’s API access.

Check access

Explore the API