Do not miss any v2 - Secrets API (stable) changes, ever again

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

RSS

26 days ago

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

API structure has changed

8 structure changes including:
8 Modifications
Modified 8
GET /api/v2/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/v2/private/{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/v2/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/v2/private/{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/v2/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/v2/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/v2/private/{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/v2/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