Change Updates

Do not miss any SMS API changes, ever again

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

RSS

Changelog

Last update:
Compare
3 structure changes including:
1 Breaking change
3 Modifications
Modified 3 Breaking
GET /sms/inbound
  • Query
  • from query parameter Modified
    • Full types went from array[string] to string | array[string]
GET /sms/messages
  • Path went from /sms/message to /sms/messages (same operationId)
    Breaking
  • Query
  • sort query parameter Modified
    • Full types is now string | array[string]
  • paused query parameter Added
POST /sms/message
  • Response
  • 400 response Modified
    • application/json content type Modified
      • arguement property Added
  • 403 response Modified
    • application/json content type Modified
      • arguement, bad_value, info properties Added
3 structure changes including:
3 Modifications
Modified 3
GET /sms/message
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /sms/message/{messageID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • messageID property Added
GET /sms/message/{messageID}/{options}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • GetOutboundSmsResponseStatus alternative Modified
1 structure change including:
1 Modification
Modified 1
GET /sms/message
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • Full types went from array to array[object]
1 structure change including:
1 Modification
Modified 1 Breaking
GET /sms/message
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • Full types went from array[object] to array
          Breaking
1 structure change including:
1 Modification
Modified 1
GET /sms/message
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
1 structure change including:
1 Modification
Modified 1
GET /sms/message
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
1 structure change including:
1 Modification
Modified 1
GET /sms/message
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
1 structure change including:
1 Addition
Added 1
GET /sms/message
1 structure change including:
1 Modification
Modified 1
GET /sms/inbound
  • Query
  • messageID.min, messageID.max, created_at.min, created_at.max, limit, offset, sort query parameters Added
1 structure change including:
1 Modification
Modified 1
GET /sms/inbound
  • Query
  • from query parameter Modified
    • Query parameter is no longer required
  • ref, completed query parameters Added
6 structure changes including:
6 Modifications
Modified 6 Breaking
GET /sms/inbound
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
  • Query
  • from query parameter Added
GET /sms/inbound/{messageID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • messageID property Modified
        • Full types went from string to integer
          Breaking
GET /sms/message/{messageID}/{options}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • GetOutboundSmsResponseMetaStatus, GetOutboundSmsResponseMeta alternatives Modified
POST /sms/message
  • Response
  • 201 response Modified
    • application/json content type Modified
      • messageID property Modified
        • Full types went from string to integer
          Breaking
POST Delivery Reportwebhook
  • Body
  • application/json content type Modified
    • DeliveryReportSummaryCallbackPayload alternative Modified
      • messageID property Modified
        • Full types went from string to integer
          Breaking
    • DeliveryReportDetailedCallbackPayload alternative Modified
      • messageID property Modified
        • Full types went from string to integer
          Breaking
    • DeliveryReportPerRecipientFinalPayload alternative Modified
      • messageID property Modified
        • Full types went from string to integer
          Breaking
    • DeliveryReportPerRecipientPayload alternative Modified
      • messageID property Modified
        • Full types went from string to integer
          Breaking
POST Inbound SMSwebhook
  • Body
  • application/json content type Modified
    • messageID property Modified
      • Full types went from string to integer
        Breaking
      • messageID property Modified
        • Full types went from string to integer
          Breaking
5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /sms/inbound
  • Response
  • 401 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
GET /sms/inbound/{messageID}
  • Response
  • 401 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
  • 404 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
  • 405 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
GET /sms/message/{messageID}
  • Response
  • 401 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
  • 404 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
  • 405 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
GET /sms/message/{messageID}/{options}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • GetOutboundSmsResponseMetaStatus, GetOutboundSmsResponseMeta alternatives Modified
  • 401 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
  • 404 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
  • 405 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
POST /sms/message
  • Response
  • 400 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
  • 401 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
  • 403 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
  • 404 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
  • 405 response Modified
    • application/json content type Modified
      • status_code property Modified
        • Full types went from string to integer
          Breaking
1 structure change including:
1 Breaking change
1 Modification
Modified 1 Breaking
POST Delivery Reportwebhook
  • Path went from /Delivery Reports to /Delivery Report (same operationId)
    Breaking
2 structure changes including:
2 Additions
Added 2
POST Delivery Reportswebhook
POST Inbound SMSwebhook