Change Updates

Do not miss any Official Secrets API Hub changes, ever again

Subscribe to the Official Secrets API Hub changelog to be up to date on recent changes.

RSS

Changelog

Last update:
v2 - Secrets API (stable)
2 structure changes including:
2 Modifications
Modified 2
GET /api/v2/private/recent
  • Response
  • 200 response Modified
    • application/json content type Modified
      • details property Modified
        • received, notreceived properties Modified
          • Properties are no longer required
GET /api/v2/receipt/recent
  • Response
  • 200 response Modified
    • application/json content type Modified
      • details property Modified
        • received, notreceived properties Modified
          • Properties are no longer required
v2 - Secrets API (stable)
10 structure changes including:
10 Modifications
Modified 10 Breaking
GET /api/v2/secret/{identifier}/status
  • Response
  • 200 response Modified
    • application/json content type Modified
      • alternative Modified
        • object alternative Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • object-1, object-2 alternatives Added
GET /api/v2/status
  • Response
  • 200 response Modified
    • application/json content type Modified
      • success property Added
GET /api/v2/supported-locales
  • Response
  • 200 response Modified
    • application/json content type Modified
      • success property Added
GET /api/v2/version
  • Response
  • 200 response Modified
    • application/json content type Modified
      • success property Added
POST /api/v2/guest/secret/conceal
  • Response
  • 429 response Added
POST /api/v2/guest/secret/generate
  • Response
  • 429 response Added
POST /api/v2/guest/secret/{identifier}/reveal
  • Response
  • 429 response Added
POST /api/v2/secret/conceal
  • Response
  • 429 response Added
POST /api/v2/secret/generate
  • Response
  • 429 response Added
POST /api/v2/secret/{identifier}/reveal
  • Response
  • 429 response Added
v1 - Secrets API (legacy)
4 structure changes including:
4 Modifications
Modified 4
POST /api/v1/create
  • Response
  • 429 response Added
POST /api/v1/generate
  • Response
  • 429 response Added
POST /api/v1/secret/{key}
  • Response
  • 429 response Added
POST /api/v1/share
  • Response
  • 429 response Added
v2 - Secrets API (stable)
2026-03-24
12 structure changes including:
12 Modifications
Modified 12
GET /api/v2/guest/receipt/{identifier}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • custid, owner_id properties Modified
          • Type went from string to string | null
GET /api/v2/private/{identifier}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • custid, owner_id properties Modified
          • Type went from string to string | null
GET /api/v2/receipt/{identifier}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • custid, owner_id properties Modified
          • Type went from string to string | null
PATCH /api/v2/private/{identifier}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • custid, owner_id properties Modified
          • Type went from string to string | null
PATCH /api/v2/receipt/{identifier}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • custid, owner_id properties Modified
          • Type went from string to string | null
POST /api/v2/guest/receipt/{identifier}/burn
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • custid, owner_id properties Modified
          • Type went from string to string | null
POST /api/v2/guest/secret/conceal
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • receipt property Modified
POST /api/v2/guest/secret/generate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • receipt property Modified
POST /api/v2/private/{identifier}/burn
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • custid, owner_id properties Modified
          • Type went from string to string | null
POST /api/v2/receipt/{identifier}/burn
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • custid, owner_id properties Modified
          • Type went from string to string | null
POST /api/v2/secret/conceal
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • receipt property Modified
POST /api/v2/secret/generate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • record property Modified
        • receipt property Modified
v2 - Secrets API (stable)
v1 - Secrets API (legacy)