account default destinations

API Docs by APIMATIC

Account Default Destinations

Fields

NameDescription
transportConstant Required
String

SMS is the only supported transport for the default destinations.
Default: sms

value Required
String

A webhook address to forward inbound SMS to

{
  "transport": "sms",
  "value": "https://webhook.address.com/inboundSMS"
}