cURL
curl --request GET \ --url https://api.precallai.com/api/v1/segment/list \ --header 'x-api-key: <api-key>'
[ { "name": "<string>", "description": "<string>" } ]
Returns all Contacts from the system that the user has access to
Contact response
The response is of type object[].
object[]