Skip to content

Get contact endpoint

Request

Get contact endpoint by id (email or phone number).

Security
ApiKeyAuth
Path
contactEndpointIdstringrequired
GET
/beta/contact-endpoints/{contactEndpointId}
curl -i -X GET \
  'https://dev.dixa.io/beta/contact-endpoints/{contactEndpointId}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The requested contact endpoint

Bodyapplication/json
dataEmailEndpoint (object) or TelephonyEndpoint (object)(ContactEndpoint)required
One of:
Response
{ "data": { "address": "some@email.com", "senderOverride": "otheremail@mail.dk", "name": "Special email flow", "_type": "EmailEndpoint" } }