---
title: "Get all conversations for the authenticated customer"
method: GET
path: "/customer/messaging/conversations"
tags: ["Customer Messaging"]
---

# Get all conversations for the authenticated customer

`GET /customer/messaging/conversations`

Retrieve a paginated list of all conversations for the authenticated customer,
ordered by the most recent message first.

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Array of `ConversationResource`

- object
  - `data` ConversationResource[], required
    - `id` string, required
    - `business` object, required
      - `id` string, required
      - `name` string, required
      - `handle` string, required
      - `logo_url` string, required
    - `last_message` object, nullable
      - `id` string, required
      - `content` string, required
      - `sender_type` string, required
      - `created_at` string, required
    - `last_message_at` string, required
    - `created_at` string, required
    - `updated_at` string, required

## Other responses

- `401` — Unauthenticated
- `422` — Validation error

---

[API](https://skmtc.net/nexuforma/apis/51eat-api-documentation.md) · [All operations](https://skmtc.net/nexuforma/apis/51eat-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nexuforma/51eat-api-documentation/revisions/ee945e6d6db7/schema)
