---
title: "Get inbox message by ID"
method: GET
path: "/inbox/{id}"
tags: ["inbox"]
---

# Get inbox message by ID

`GET /inbox/{id}`

Retrieve a specific inbox message by its ID

## Path parameters

- `id` number, required

## Response `200`

Inbox message retrieved successfully

- InboxResponseDto
  - `inbox_id` number, required — Inbox message ID
  - `title` string, required — Message title
  - `description` string, required — Message description
  - `image_banner` string — Banner image URL
  - `deep_link_url` string — Deep linking URL
  - `published_date` string, date-time, required — Publication date
  - `is_active` boolean, required — Active status
  - `priority` 'low' | 'normal' | 'high' | 'urgent', required — Priority level
  - `expires_at` string, date-time — Expiration date
  - `created_at` string, date-time, required — Creation timestamp
  - `updated_at` string, date-time, required — Last update timestamp
  - `languageType` 'BM' | 'EN', required — Language type

## Other responses

- `404` — Inbox message not found

---

[API](https://skmtc.dev/tonewow/apis/tonewow-database-api.md) · [All operations](https://skmtc.dev/tonewow/apis/tonewow-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonewow/tonewow-database-api/revisions/f36472974ad4/schema)
