---
title: "List iMessage audience"
method: GET
path: "/v1/imessage/audience"
tags: ["iMessage"]
---

# List iMessage audience

`GET /v1/imessage/audience`

Contacts who have messaged your iMessage senders (1:1 threads), with subscription state and, for threads opened through a tracked opt-in link, the parameters that brought them in. Newest activity first.

## Query parameters

- `accountId` string
- `status` 'subscribed' | 'unsubscribed'
- `search` string
- `limit` integer
- `skip` integer

## Response `200`

Audience page

- object
  - `contacts` ImessageAudienceContact[]
    - `conversationId` string
    - `accountId` string
    - `contact` string — The contact handle (E.164 phone or email)
    - `name` string, nullable
    - `subscribed` boolean
    - `lastMessage` string, nullable
    - `lastMessageAt` string, date-time, nullable
    - `firstSeenAt` string, date-time, nullable
    - `optIn` object, nullable — Present when the thread was opened through a tracked opt-in link
      - `at` string, date-time
      - `parameters` object
  - `total` integer
  - `limit` integer
  - `skip` integer

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

## Changes

- **2026-09-25** `2c04683ce694` — 4 info
  - added the optional property `details/adAccountId` to the response with the `400` status
  - added the optional property `details/createdObjects` to the response with the `400` status
  - added the optional property `details/stage` to the response with the `400` status
  - added the optional property `details/unconfirmedWrite` to the response with the `400` status
- **2026-09-21** `339f59df69dd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/imessage/audience/get.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/b2325332041a?raw)
