GET
/
api
/
segments
/
conditions
Get Segment Conditions
curl --request GET \
  --url https://api.embedreach.com/api/segments/conditions
{
  "success": true,
  "message": "<string>",
  "data": {
    "conditions": [
      {
        "field": "<string>",
        "operators": [
          "<string>"
        ],
        "type": "string",
        "itemType": "string",
        "options": [
          {
            "displayName": "<string>",
            "id": "<string>"
          }
        ]
      }
    ]
  }
}

Headers

reach-tenant-id
string

If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.

Response

200
application/json

Status 200 response

The response is of type object.