contacts
Get Phone Number
Use this endpoint to get the phone number for a specific phoneId associated with a specific contact.
get/contacts/{contactId}/phone-numbers/{phoneId}
Path parameters
contactIdstring uuid required
The contact's unique identifier
phoneIdstring uuid required
The unique id of a phone number
Response
OK
Example response
{
"id": "b2830ef6-c5ff-44ca-a3b9-aa767f50a04b",
"_link": "https://api.acculynx.com/api/v2/contacts/7f008cca-9789-44c3-afdf-7ec2e005c267/phone-numbers/b2830ef6-c5ff-44ca-a3b9-aa767f50a04b",
"type": "Home"
}