SMS Subscription Types

Summary

This API fetches the SMS subscription types that the application supports.

Request

Endpoint

ui/refdata/v1/smsSubscriptionTypes

Method

GET

Response

 [
    {
        "name": "FREE_VIA_SMTP"
    },
    {
        "name": "PAID_VIA_RINGCENTRAL"
    },
    {
        "name": "PAID_VIA_TWILIO"
    }
]

Tabular Format

SMS SUBSCRIPTION TYPE NAME
IFREE_VIA_SMTP
PAID_VIA_RINGCENTRAL
PAID_VIA_TWILIO

Updated As Of Version: 6.1.1