Skip to content

List contact endpoints

Request

List all available contact endpoints in an organization.

Security
ApiKeyAuth
Query
_typestring

An optional contact type can be specified to filter the contact endpoints. If not provided, all types are listed. Possible values: [EmailEndpoint, TelephonyEndpoint]

GET
/v1/contact-endpoints
curl -i -X GET \
  'https://dev.dixa.io/v1/contact-endpoints?_type=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The list of available contact endpoints

Bodyapplication/json
dataArray of any(ContactEndpoint)
Response
{ "data": [ {}, {} ] }