Skip to main content
GET
/
channels
/
{channel_id}
/
call
Get call eligibility status
curl --request GET \
  --url https://api.fluxer.app/v1/channels/{channel_id}/call \
  --header 'Authorization: <api-key>'
{
  "ringable": true,
  "silent": true
}

Authorizations

Authorization
string
header
required

User session token from login: Authorization: <token> (no prefix). Prefer a bot account over user tokens where possible.

Path Parameters

channel_id
string<snowflake>
required

The ID of the channel

Response

Success

ringable
boolean
required

Whether the current user can ring this call

silent
boolean
required

Whether the call should be joined silently