Skip to main content
Version: v1.0.0(int)

E055: List customer segments

GET /api/customer-segments

Returns the org's customer segments. Same shape as W050.

Authentication

Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.

Request

No pagination.

Response — 200 OK

{ "data": [ CustomerSegment ] }

Errors

Standard envelope only.

Workflow

Calls W055 List customer segments.