# Show Receipt **GET /api/v2/guest/receipt/{identifier}** Retrieves the receipt (metadata) for a previously created secret. Returns the receipt's state, share and burn URLs, expiration details, and recipient information. For generated secrets viewed shortly after creation, the generated value may be included. The receipt tracks whether the associated secret has been viewed, burned, or expired. ## Servers - Aotearoa New Zealand: https://nz.onetimesecret.com (Aotearoa New Zealand) - Canada: https://ca.onetimesecret.com (Canada) - Europe: https://eu.onetimesecret.com (Europe) - United Kingdom: https://uk.onetimesecret.com (United Kingdom) - United States: https://us.onetimesecret.com (United States) - Development: http://localhost:3000 (Development) ## Parameters ### Path parameters - **identifier** (string) The identifier parameter ## Responses ### 200 Successful response #### Body: application/json (object) - **user_id** (string) - **shrimp** (string) - **record** (object) - **details** (object) ### 404 Not Found - Resource does not exist #### Body: application/json (object) - **error** (string) Error type identifier (e.g., "FormError") - **message** (string) Human-readable error message - **field** (string) Field that caused the error, if applicable - **error_id** (string) Unique error tracking identifier ### 500 Internal Server Error - Something went wrong #### Body: application/json (object) - **error** (string) Error type identifier (e.g., "FormError") - **message** (string) Human-readable error message - **field** (string) Field that caused the error, if applicable - **error_id** (string) Unique error tracking identifier [Powered by Bump.sh](https://bump.sh)