GET
/
segment
/
list
curl --request GET \
  --url https://api.precallai.com/api/v1/segment/list \
  --header 'x-api-key: <api-key>'
[
  {
    "name": "<string>",
    "description": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Response

200
application/json
Contact response
name
string
required

The name of the Contact

description
string
required

The description of the Contact