Get contact endpoint by id (email or phone number).
The requested contact endpoint
Invalid value extracted from request context, The contactEndpointId is neither a valid email nor a valid E.164 phone number
An entity in this request could not be found
{- "data": {
- "address": "some@email.com",
- "senderOverride": "otheremail@mail.dk",
- "name": "Special email flow",
- "_type": "EmailEndpoint"
}
}
List all available contact endpoints in an organization.
The list of available contact endpoints
Invalid value extracted from request context, Invalid value for: query parameter _type
Internal failure during request processing
{- "data": [
- {
- "number": "+4531434343",
- "functionality": [
- "VoiceInbound",
- "VoiceOutbound"
], - "name": "DK Sms",
- "_type": "TelephonyEndpoint"
}, - {
- "address": "some@email.com",
- "senderOverride": "otheremail@mail.dk",
- "name": "Special email flow",
- "_type": "EmailEndpoint"
}
]
}