cURL
curl --request GET \ --url https://api.embedreach.com/api/segments/conditions
{ "success": true, "message": "<string>", "data": { "conditions": [ { "field": "<string>", "operators": [ "equals" ], "type": "string", "itemType": "string", "options": [ { "displayName": "<string>", "id": "<string>" } ], "description": "<string>" } ] } }
Get all available segment conditions
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
Status 200 response
Show child attributes