---
title: "Retrieve a confirmation"
method: GET
path: "/v1/postbox/items/{item_id}/confirmations/{confirmation_id}"
tags: ["Postbox Confirmations"]
---

# Retrieve a confirmation

`GET /v1/postbox/items/{item_id}/confirmations/{confirmation_id}`

Returns the confirmation specified in the request URL.

## Path parameters

- `item_id` string, required
- `confirmation_id` string, required

## Response `200`

The confirmation was fetched successfully.

- ConfirmationResponse
  - `id` string — ID of the confirmation.
  - `person_id` string — ID of the person who confirmed the Postbox item.
  - `confirmed_at` string — UTC timestamp from when the person confirmed the Postbox item.

## Other responses

- `403` — You do not have permission to access the requested confirmation.
- `404` — The item/confirmation specified in the request URL could not be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/compliance-features.md) · [All operations](https://skmtc.net/solarisgroup/apis/compliance-features/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/compliance-features/revisions/61701b027c74/schema)
