Skip to main content
GET
Get a segment by ID.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the segment to retrieve.

Response

Segment successfully retrieved.

id
string
required
Pattern: ^seg_[A-HJ-NP-Za-km-z1-9]+$
name
string
required
type
enum<string>
required
Available options:
self,
auth0
rules
object[]
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string