---
title: "Get a single inbound message"
method: GET
path: "/api/v2/replies/{id}"
tags: ["Inbound Messages"]
---

# Get a single inbound message

`GET /api/v2/replies/{id}`

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Messages%3A%20Receive%0A/getInboundMessage" target="_blank">Try in sandbox</a><br>

## Path parameters

- `id` integer, required

## Response `200`

Returned when successful.

- MessageIn
  - `id` integer, required — The ID of the inbound message.
  - `sender` string, required — The sender’s phone number.
  - `receiver` string, nullable, required — The receiver’s phone number (i.e. your dedicated or shared reply number).
  - `messageTime` string, date-time, required — The time when the message reached the Textmagic API endpoint.
  - `text` string, required — The text from the received message.
  - `contactId` integer, nullable — Sender contact ID.
  - `firstName` string, nullable — Sender contact first name.
  - `lastName` string, nullable — Sender contact last name.
  - `avatar` string, nullable, required
  - `email` string, nullable — Sender email.
  - `contactUserId` integer, nullable
  - `userId` integer, nullable

## Other responses

- `401` — Unauthorized request.
- `404` — Request data not found.

---

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