Skip to main content
GET
Fetch User Tenant Profile

Authorizations

Authorization
string
header
required

Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.

Path Parameters

distinct_id
string
required

Unique identifier of the user in your system.

tenant_id
string
required

Tenant to evaluate the profile against.

Response

200 - OK

distinct_id
string

The user identifier.

properties
object

Merged (effective) properties — global properties layered with per-tenant overrides.

created_at
string<date-time>

Timestamp when the user was originally created.

updated_at
string<date-time>

Timestamp when the user was last updated.

tenant
object

Per-tenant override block. Contains only the fields explicitly set on the per-tenant profile.