Segments
Get Segment
GET
/
api
/
v1
/
namespaces
/
{namespaceKey}
/
segments
/
{key}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
namespaceKey
string
requiredkey
string
requiredQuery Parameters
reference
string
Response
200 - application/json
namespaceKey
string
requiredkey
string
requiredname
string
requireddescription
string
requiredcreatedAt
string
requiredupdatedAt
string
requiredconstraints
object[]
requiredmatchType
enum<string>
requiredAvailable options:
ALL_MATCH_TYPE
, ANY_MATCH_TYPE
Was this page helpful?