Retrieve a segment

Retrieves the details of an existing segment.

GET/v3/segments/{id}
JWT
segment:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the segment.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "resource": "string",
  "filters": [
    {
      "property": "string",
      "operator": "string",
      "value": "string"
    }
  ]
}