Channel Statuses

Description

The channelStatuses endpoint is used to get the list of the channel statuses that are used to represent channels associated with the application.

Request

Endpoint

ui/refdata/v1/channelStatuses

Method

GET

Response

 [
    {
        "name": "ACTIVE"
    },
    {
        "name": "DELETED"
    }
]

Tabular Format

CHANNEL STATUS NAME
ACTIVE
DELETED

Updated As Of Version: 6.1.0.3