v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
contacts

Get Phone Numbers

Use this endpoint to get the list of phone numbers for a specific contact.

get/contacts/{contactId}/phone-numbers

Path parameters

contactIdstring uuid required

The contact's unique identifier

Response

OK

Example response

{
  "items": [
    {
      "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"
    }
  ]
}