cURL
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>" } ] } ] } }
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
The response is of type object.
object