# Show Receipt Recent **GET /api/v1/private/recent** ## 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) ## Authentication methods - Basic auth ## Parameters ## Responses ### 200 Successful response #### Body: application/json (array[object]) - **custid** (string) - **metadata_key** (string) - **secret_key** (string) - **state** (string) - **created** (integer | null) - **updated** (integer | null) - **received** (integer) - **ttl** (integer | null) - **metadata_ttl** (integer | null) - **secret_ttl** (integer | null) - **metadata_url** (string | null) - **share_domain** (string) - **recipient** (array[string]) - **passphrase_required** (boolean) - **value** (string) - **identifier** (string) v0.24 name for metadata_key. Prefer this field for new integrations. - **secret_identifier** (string) - **has_passphrase** (boolean) - **recipients** (array[string]) v0.24 name for recipient. - **receipt_ttl** (integer | null) v0.24 name for metadata_ttl. Seconds remaining before expiry. - **receipt_url** (string | null) v0.24 name for metadata_url. URL to view the receipt. - **secret_value** (string) ### 401 Unauthorized - Authentication required #### 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 ### 403 Forbidden - Insufficient permissions #### 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 ### 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)