Channels
Set Default Channel
Sets the specified channel as the publisher's default channel. All other channels are unset as default.
POST
/pub_api/v3/channels/:id/set_default
write:channels
Path Parameters
|
idrequired
integer
|
Channel ID to set as default. |
Request
curl -X POST https://developers.cuelinks.com/pub_api/v3/channels/3424/set_default \ -H "Authorization: Token YOUR_API_KEY"
200 OK
200
{ "data": { "id": 3424, "name": "Zingoy", "source_url": "https://t.me/zingoy", "category": "Telegram", "status": "approved", "is_default": true, "created_at": "2026-03-20T10:00:00Z" } }