GET
/
configuration
/
v1
/
segments
/
{segmentId}
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": []
}

Authorizations

asapp-api-id
string
header
required
asapp-api-secret
string
header
required

Path Parameters

segmentId
string
required

Identifier of the segment

Response

200
application/json

Successfully retrieved the seg,emt.

Segment