cURL
curl --request GET \ --url https://api.sandbox.asapp.com/configuration/v1/segments/{segmentId} \ --header 'asapp-api-id: <api-key>' \ --header 'asapp-api-secret: <api-key>'
{ "id": "USER_SUPPORT", "name": "Support", "query": { "type": "raw", "raw": "TRUE" }, "structuredDataFieldIds": [] }
Get a specific segment specifying the id
Identifier of the segment
Successfully retrieved the seg,emt.
Segment
Was this page helpful?