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

Apr 3, 2026

main
2026-04-03
Compare

API structure has changed

3 structure changes including:
3 Modifications
Modified 3 Breaking
GET /api/incoming/config
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user_id, shrimp, record, details properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /api/incoming/secret
  • Body
  • application/json content type Modified
    • recipient property Modified
      • Type went from object to string
        Breaking
      • * property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • success, message, shrimp, custid, record, details properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /api/incoming/validate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user_id, shrimp, record, details properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • recipient, valid properties Added