# Retrieve a confirmation Returns the confirmation specified in the request URL. Endpoint: GET /v1/postbox/items/{item_id}/confirmations/{confirmation_id} Version: 1.0 ## Path parameters: - `item_id` (string, required) ID of the Postbox item with which the confirmation is associated. - `confirmation_id` (string, required) ID of the confirmation. ## Response 200 fields (application/json): - `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. ## Response 403 fields (application/json): - `errors` (array) - `errors.id` (string) - `errors.status` (integer) - `errors.code` (string) - `errors.title` (string) - `errors.detail` (string) - `errors.source` (object) - `errors.source.field` (string) - `errors.source.message` (string) ## Response 404 fields (application/json): - `errors` (array) - `errors.id` (string) - `errors.status` (integer) - `errors.code` (string) - `errors.title` (string) - `errors.detail` (string) - `errors.source` (object) - `errors.source.field` (string) - `errors.source.message` (string) ## Response 500 fields (application/json): - `id` (string) Example: "e8915041-9d8c-4d96-9dd1-04e8522ecdbf" - `status` (string) Example: "500" - `code` (string) Example: "generic_error" - `title` (string) Example: "Generic Error" - `detail` (string) Example: "There was an error."