v1

latestOpenAPI 3.1.02026-07-24317911.4 MB
SMS Numbers

Get All SMS Numbers for System

get/smsnumbers

Response

numberstring required

This is the SMS Number

applicationstring required

This is the application of the number. Can be for a user, callqueue, or available

domainstring required

This is the main organization name. This is used to link resource to its group/tenant/organization/enterprise. ~ and * can be used alone in special cases to mean My Domain (~) and All Domains (*).

carrierstring

This is the carrier the SMS number will send and receive messages through

deststring required

This is the destination for the SMS number if assigned. Can be a user or a call queue

mms-capableboolean

This is whether or not the SMS number can send MMS messages

group-mms-capableboolean

This is whether or not the SMS number can send group messages

Example response

[
  {
    "application": "user",
    "domain": "example.com",
    "dest": "1123"
  }
]