Do not miss any v3 - Secrets API (preview) changes, ever again

Subscribe to the v3 - Secrets API (preview) changelog to be up to date on recent changes.

RSS

Jun 25, 2026

main
2026-06-24
Compare
2026-06-24

API structure has changed

5 structure changes including:
5 Modifications
Modified 5
GET /api/v3/guest/receipt/{identifier}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • expiration property Modified
          • Property is no longer required
          • Type went from number to number | null
GET /api/v3/receipt/{identifier}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • expiration property Modified
          • Property is no longer required
          • Type went from number to number | null
PATCH /api/v3/receipt/{identifier}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • expiration property Modified
          • Property is no longer required
          • Type went from number to number | null
POST /api/v3/guest/receipt/{identifier}/burn
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • expiration property Modified
          • Property is no longer required
          • Type went from number to number | null
POST /api/v3/receipt/{identifier}/burn
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • expiration property Modified
          • Property is no longer required
          • Type went from number to number | null