Get contact endpoint by id (email or phone number).
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://dev.dixa.io/beta/contact-endpoints/{contactEndpointId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
- EmailEndpoint
- TelephonyEndpoint
{ "data": { "address": "some@email.com", "senderOverride": "otheremail@mail.dk", "name": "Special email flow", "_type": "EmailEndpoint" } }