Skip to main content
GET
/
channels
/
{channel_id}
/
rtc-regions
List RTC regions
curl --request GET \
  --url https://api.fluxer.app/v1/channels/{channel_id}/rtc-regions \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "emoji": "<string>"
  }
]

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

id
string
required

The unique identifier for this RTC region

name
string
required

The display name of the RTC region

emoji
string
required

The emoji associated with this RTC region