GET
/
segments
/
{segmentId}

Authorizations

Authorization
string
headerrequired

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

Headers

x-fabric-tenant-id
string
required

Merchant's 24-character tenant ID

x-fabric-channel-id
string

The sales channel ID.

x-client-id
string

The platform where the request is made.

x-fabric-request-id
string

A unique request ID.

Path Parameters

segmentId
integer
required

Segment ID

Response

200 - application/json
id
integer
required

The segment ID.

name
string
required

The name of the segment type.

values
string[]
required

The options within a segment type.

createdAt
string
required

Record's creation time

updatedAt
string
required

Record's last updated time

isDeleted
boolean
required

true:Record is deleted<br>false:Record is not deleted