Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.embedreach.com/api/segments/conditions
{ "success": true, "message": "<string>", "data": { "conditions": [ { "field": "<string>", "operators": [], "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