Get Community Channels
Get configured channel groups and channels for a specific Sonoran Radio server.
Get Community Channels
Name
Value
local response = client.radio:getCommunityChannelsV2()const response = await instance.radio?.getCommunityChannelsV2();response = instance.radio.getCommunityChannelsV2()var response = await sonoran.Radio.getCommunityChannelsV2();openapi: 3.1.0
paths:
/v2/servers/{communityId}/channels:
get:
security:
- bearerAuth: []curl -X GET "https://api.sonoranradio.com/v2/servers/YOUR_COMMUNITY_ID/channels" \
-H "Authorization: Bearer your-community-api-key"Response
{
"groups": [],
"channels": [
{
"id": 101,
"name": "Law Dispatch"
}
]
}Last updated
Was this helpful?

