Checks whether a call can be initiated in the channel and if there is an active call. Returns ringable status and silent mode flag.
curl --request GET \
--url https://api.fluxer.app/v1/channels/{channel_id}/call \
--header 'Authorization: <api-key>'{
"ringable": true,
"silent": true
}User session token from login: Authorization: <token> (no prefix). Prefer a bot account over user tokens where possible.
The ID of the channel
curl --request GET \
--url https://api.fluxer.app/v1/channels/{channel_id}/call \
--header 'Authorization: <api-key>'{
"ringable": true,
"silent": true
}