---
title: "Get a contact address"
method: GET
path: "/contact_addresses/{id}"
tags: ["Contact"]
---

# Get a contact address

`GET /contact_addresses/{id}`

Get a single contact address by ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response.

- ContactManagerAddress — Contains source or destination detail info.
  - `type` '' | 'agent' | 'conference' | 'email' | 'extension' | 'line' | 'sip' | 'tel' | 'web_session' — Type of address.
  - `target` string — The address endpoint. Format depends on type: phone number for tel (e.g. +14155551234), UUID for agent/conference/extension, email for email, SIP URI for sip.
  - `target_name` string — Address's name.
  - `name` string — Optional label for this address.
  - `detail` string — Additional notes about this address.
  - `id` string, uuid — Unique identifier for the address.
  - `contact_id` string, uuid — Unique identifier of the contact this address belongs to.
  - `customer_id` string, uuid — Unique identifier of the customer this address belongs to.
  - `is_primary` boolean — Indicates if this is the primary address for the given type.
  - `tm_create` string, date-time — Timestamp when the address was created.

## Other responses

- `400` — Invalid request (INVALID_ARGUMENT).
- `401` — Authentication required (UNAUTHENTICATED).
- `403` — Insufficient permission (PERMISSION_DENIED).
- `404` — Resource not found (NOT_FOUND).
- `500` — Internal error (INTERNAL).

---

[API](https://skmtc.net/voipbin/apis/voipbin-api.md) · [All operations](https://skmtc.net/voipbin/apis/voipbin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voipbin/voipbin-api/versions/79e779080bcc/schema)
