GET
/
v1
/
segments
/
fields
/v1/segments/fields
curl --request GET \
  --url https://api.comm.com/api/v1/segments/fields \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "fields": [
      {
        "field": "<string>",
        "label": "<string>",
        "type": "<string>",
        "operators": [
          "<any>"
        ]
      }
    ],
    "operators": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

The response is of type object.