Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string<uuid>
required

The user ID to get segment memberships for

Response

User segments retrieved successfully

id
string<uuid>
required

The segment ID.

name
string
required

The segment name.

type
string
required

The segment type (system or custom).

presetId
string | null
required

The preset identifier for system segments, or null for custom segments.