cURL
curl --request GET \ --url https://api.embedreach.com/api/segments/{id}
{ "success": true, "message": "<string>", "data": { "id": "<string>", "name": "<string>", "createdAt": "<string>", "type": "all_users", "conditions": [ { "field": "userId", "value": [ "<string>" ], "operator": "equals", "type": "property" } ], "description": "<string>", "conditionGroups": [ { "logic": "and", "conditions": [ { "field": "userId", "value": [ "<string>" ], "operator": "equals", "type": "property" } ], "type": "group" } ] } }
Get a tenant segment by id
Documentation IndexFetch the complete documentation index at: https://docs.embedreach.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.embedreach.com/llms.txt
Use this file to discover all available pages before exploring further.
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
The id of the segment
Status 200 response
Show child attributes