Skip to main content
GET
/
api
/
Communication
/
ChannelTypes
Get Channel Types
curl --request GET \
  --url https://api.virtuoussoftware.com/api/Communication/ChannelTypes \
  --header 'Authorization: Bearer <token>'
[
  "<string>",
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

Last modified on June 5, 2026