List all available contact endpoints in an organization.
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://dev.dixa.io/v1/contact-endpoints?_type=string' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
- EmailEndpoint
- TelephonyEndpoint
{ "data": [ { … }, { … } ] }