Get contact endpoint by id (email or phone number).
Dixa API (beta)
Download OpenAPI description
Languages
Servers
Mock server
https://docs.dixa.io/_mock/openapi/dixa-api/beta
https://dev.dixa.io
- Mock serverhttps://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/contact-endpoints/{contactEndpointId}
- https://dev.dixa.io/beta/contact-endpoints/{contactEndpointId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/contact-endpoints/{contactEndpointId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "data": { "address": "some@email.com", "senderOverride": "otheremail@mail.dk", "name": "Special email flow", "_type": "EmailEndpoint" } }
- Mock serverhttps://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/contact-endpoints
- https://dev.dixa.io/beta/contact-endpoints
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/contact-endpoints?_type=string' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "data": [ { … }, { … } ] }