---
title: "Get wallet messages"
method: GET
path: "/companies/{company_key}/campaigns/wallet/{wallet_id}/messages"
tags: ["Wallet Messaging API"]
---

# Get wallet messages

`GET /companies/{company_key}/campaigns/wallet/{wallet_id}/messages`

## Path parameters

- `company_key` string, required
- `wallet_id` string, required — The `wallet_id` is the SmartLink token for a campaign.

## Headers

- `X-API-Version` string

## Response `200`

Successful response

- WalletMessageResponse[]
  - `wallet_message_id` string — Unique system-generated identifier for each message created.
  - `message` object — The message content that was delivered.
    - `template` string — Message body sent to each pass.
    - `header` string — Header shown with the message.
  - `campaign_ref` object — Reference to the wallet campaign this message belongs to.
    - `id` string — The campaign's `wallet_id` (SmartLink token).
    - `type` string — Wallet campaign type.
    - `url` string — Reference URL of the wallet campaign, as a relative URL on the API domain.
  - `filters` object[] — Filters that were applied to target the message.
    - `name` string — Field the filter is applied to, for example `group_code`, `provider`, or `expiration_date`.
    - `selector` string — Comparison used by the filter, for example `=`, `starts_with`, or `between`.
    - `value` string — Value compared against the field.
  - `created_at` string — When the message was created, in ISO-8601 format.
  - `updated_at` string — When the message was last updated, in ISO-8601 format.
  - `url` string — A reference URL to this message, as a relative URL on the API domain.

## Other responses

- `404` — The specified `wallet_id` does not exist.

---

[API](https://skmtc.net/vibes/apis/vibes-platform-api.md) · [All operations](https://skmtc.net/vibes/apis/vibes-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vibes/vibes-platform-api/revisions/2d5797ce1b84/schema)
