---
title: "Get in-app messages for user"
method: GET
path: "/in-app-messages/user/{userId}"
tags: ["In-App Messages"]
---

# Get in-app messages for user

`GET /in-app-messages/user/{userId}`

Endpoint to get all in-app messages for a specific user.

## Path parameters

- `userId` string, required

## Query parameters

- `appId` string, required
- `limit` integer
- `offset` integer

## Response `200`

List of in-app messages for user

- object — The basic response containing the unique ID of the request and the response status
  - `meta` object, required
    - `requestId` string, required
    - `status` number, required
  - `data` object[], required
    - `id` string, required
    - `appId` string, required
    - `messageId` string
    - `userId` string
    - `accountId` string
    - `status` 'pending' | 'sent' | 'received' | 'deleted', required
    - `scope` 'user' | 'account', required
    - `message` string, required
    - `createdAt` string, date-time, required
    - `sentAt` string, date-time
    - `deliveredAt` string, date-time
    - `expiredAt` string, date-time, required

## Other responses

- `400` — Bad request, some fields or parameters are incorrect
- `401` — No API Key was provided or the key is not authorised to perform the action
- `403` — The API Key provided is currently not enabled
- `429` — Too many API requests were send
- `500` — An unexpected error occurred

---

[API](https://skmtc.dev/journy/apis/developer-documentation.md) · [All operations](https://skmtc.dev/journy/apis/developer-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/journy/developer-documentation/revisions/2abe45a5c780/schema)
