GET Channel/RegisteredList

Gets the registered channels asynchronous.

Response Information

Collection of ContactChannelInfo -

Response body formats
Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "Url": "sample string 3",
    "RegistrationStatusId": 4
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Url": "sample string 3",
    "RegistrationStatusId": 4
  }
]