---
title: "Return a message for a person"
method: GET
path: "/v1/persons/{person_id}/messages/{id}"
tags: ["Person messages"]
---

# Return a message for a person

`GET /v1/persons/{person_id}/messages/{id}`

Returns a specific message for the person specified in the request URL.

## Path parameters

- `id` string, required
- `person_id` string, required

## Response `200`

Successful result of the operation.

- PersonMessageResponse
  - `id` string — ID of the message.
  - `account_id` string — ID of the account for which the message was sent.
  - `title` string — The title of the message.
  - `text` string — The text of the message.
  - `required_notification_channel` 'any' | 'email' — The notification channel used to send the message.
  - `created_at` string, date-time — UTC timestamp from when the message was created.

## Other responses

- `403` — You are not authorized to perform this action.
- `404` — An entity in the request URL could not be found.

---

[API](https://skmtc.net/solarisgroup/apis/account-management.md) · [All operations](https://skmtc.net/solarisgroup/apis/account-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/account-management/revisions/099ef636a5a1/schema)
