Change Updates

Do not miss any Integration Hub API changes, ever again

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

RSS

Jun 12, 2025

main
3.0
Compare

API structure has changed

5 structure changes including:
2 Additions
3 Modifications
Modified 3 Breaking
GET /api/v3.0/{engagementSid}/files/{inboundFileCategory}/{uniqueFileName}/status
  • Response
  • 200 response Modified
    • application/json content type Modified
      • uniqueFileName property Modified
        • Property is now required
          Breaking
        • Type went from string | null to string
          Breaking
      • status, submittedTime properties Modified
        • Properties are now required
          Breaking
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/problem+json content type Added
  • default response Added
  • Authentication
  • Adra personal access token & Adra client credentials authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Adra personal access token & Adra oauth code pkce & Adra oauth client cred authentication method Added
  • Header
  • x-gw-stloc-hint header Added
GET /api/v3.0/{engagementSid}/files/{outboundFileCategory}/{uniqueFileName}
  • Response
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/problem+json content type Added
  • default response Added
  • Authentication
  • Adra personal access token & Adra client credentials authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Adra personal access token & Adra oauth code pkce & Adra oauth client cred authentication method Added
  • Header
  • x-gw-stloc-hint header Added
POST /api/v3.0/{engagementSid}/files/{inboundFileCategory}/{suggestedFileName}
  • Response
  • 201 response Modified
    • application/json content type Modified
      • uniqueFileName property Modified
        • Property is now required
          Breaking
        • Type went from string | null to string
          Breaking
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/problem+json content type Added
  • default response Added
  • Authentication
  • Adra personal access token & Adra client credentials authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Adra personal access token & Adra oauth code pkce & Adra oauth client cred authentication method Added
  • Header
  • x-gw-stloc-hint header Added
Added 2
POST MatcherReportPublishedEventwebhook
POST MatcherTransactionJobCompletedEventwebhook