---
title: "Get Audience contact"
method: GET
path: "/v1/audiences/{id}/contacts/{contact_id}"
tags: ["Contact Management"]
---

# Get Audience contact

`GET /v1/audiences/{id}/contacts/{contact_id}`

## Response `200`

OK

- ContactResponseWrapperDto
  - `data` object
    - `id` string, uuid — Unique identifier of the contact
    - `account_id` string, uuid — Unique identifier of the account
    - `audience_id` string, uuid — Unique identifier of the audience
    - `number` string — Phone number of the contact
    - `first_name` string — First name of the contact
    - `last_name` string — Last name of the contact
    - `custom1` string — Custom short attribute of the contact
    - `custom2` string — Custom long attribute of the contact
    - `create_date` string, date-time — Creation date of the contact in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `update_date` string, date-time — Update date of the contact in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `links` object
      - `self` string — URL of the requested resource
      - `account` string — URL of the account
      - `audience` string — URL of the audience

## Other responses

- `400` — **Bad Request:** Code Message Description 1302 Invalid audience identifier Should be valid UUID 1352 Invalid contact identifier Should be valid UUID
- `404` — **Not Found:** Code Message 1351 Contact is not found

---

[API](https://skmtc.net/dexatel/apis/verify-apis.md) · [All operations](https://skmtc.net/dexatel/apis/verify-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dexatel/verify-apis/revisions/a924257f431d/schema)
