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

Jun 20, 2024

main
1.0.0
Compare

API structure has changed

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