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 24, 2024

main
1.0.0
Compare

API structure has changed

Next Change
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