Change Updates

Do not miss any Events API changes, ever again

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

RSS

21 days ago

main
1.0.0
Compare
1.0.0

API structure has changed

Next change
16 structure changes including:
16 Modifications
Modified 16 Breaking
GET /v1/Schemas/{Id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • latest_version property Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Schemas/{Id}/Versions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • schema_versions property Modified
        • schema_version property Modified
          • Type went from integer | null to integer
            Breaking
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Schemas/{Id}/Versions/{SchemaVersion}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • schema_version property Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Sinks
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sinks property Modified
        • sink_type, status properties Modified
          • Type went from string | null to string
            Breaking
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Sinks/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sink_type, status properties Modified
        • Type went from string | null to string
          Breaking
GET /v1/Subscriptions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Subscriptions/{SubscriptionSid}/SubscribedEvents
  • Response
  • 200 response Modified
    • application/json content type Modified
      • types property Modified
        • schema_version property Modified
          • Type went from integer | null to integer
            Breaking
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Subscriptions/{SubscriptionSid}/SubscribedEvents/{Type}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • schema_version property Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Types
  • Response
  • 200 response Modified
    • application/json content type Modified
      • types property Modified
        • status, documentation_url properties Added
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Types/{Type}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, documentation_url properties Added
POST /v1/Sinks
  • Response
  • 201 response Modified
    • application/json content type Modified
      • sink_type, status properties Modified
        • Type went from string | null to string
          Breaking
POST /v1/Sinks/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sink_type, status properties Modified
        • Type went from string | null to string
          Breaking
POST /v1/Sinks/{Sid}/Test
  • Response
  • 200 response Added
POST /v1/Subscriptions/{Sid}
  • Body
  • application/x-www-form-urlencoded content type Modified
    • SinkSid property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
POST /v1/Subscriptions/{SubscriptionSid}/SubscribedEvents
  • Response
  • 201 response Modified
    • application/json content type Modified
      • schema_version property Modified
        • Type went from integer | null to integer
          Breaking
  • 200 response Added
POST /v1/Subscriptions/{SubscriptionSid}/SubscribedEvents/{Type}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • schema_version property Modified
        • Type went from integer | null to integer
          Breaking