---
title: "Confirm message"
method: GET
path: "/api/persons/{personId}/messages/{messageId}/confirm"
tags: ["person-controller"]
---

# Confirm message

`GET /api/persons/{personId}/messages/{messageId}/confirm`

Confirm a message, if the message is a READ_CONFIRM the message will be marked so that it will not be shown again.

## Path parameters

- `messageId` string, required
- `personId` string, required

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unexpected error in processing the request.

---

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