Skip to main content
GET
List segments for the tenant.

Authorizations

Authorization
string
header
required

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

Query Parameters

from
string

Optional Id from which to start selection.

take
integer

Number of segments to return per page. Defaults to 25, maximum 50.

Required range: 1 <= x <= 50
type
enum<string>

Filter by type. Exact match.

Available options:
auth0,
self

Response

Segments successfully retrieved.

segments
object[]
required
next
string

Checkpoint token for the next page. Omitted when there are no further results.