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

# Get Audience contacts

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

## Query parameters

- `page_size` string — Default value is 10, can be at maximum 1000
- `page_token` string — Found in pagination links and can be used to get 'previous' or 'next' items
- `filter[search]` string

## Response `200`

OK

- ContactResponseListWrapperDto
  - `data` ContactResponseDto[]
    - `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
  - `pagination` Pagination
    - `number` integer — Current page number
    - `size` integer — Page size. Default value is 10, can be at maximum 1000
    - `total` integer — Total count of requested resources
    - `links` object — Contains URLs to get next/previous resources
      - `first` string — URL to the first page
      - `current` string — URL to the current page
      - `previous` string — URL to the previous page, if any
      - `next` string — URL to the next page, if any

---

[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)
