Channels
Create channel
Create a new channel to organize meetings by team, project, or topic.
POST
Creates a new channel. The authenticated user automatically becomes the owner of the channel. Channels help organize meetings into logical groups that can be shared with team members.Documentation Index
Fetch the complete documentation index at: https://docs.mavioapp.com/llms.txt
Use this file to discover all available pages before exploring further.
The channel name. Must be unique within your organization. Maximum 100 characters.
Optional description explaining the channel’s purpose. Maximum 500 characters.
Channel visibility. One of
public (visible to all team members who can join freely) or private (invite-only, only visible to members).Response
Unique channel identifier (e.g.,
chn_u1v2w3x4y5).The channel name.
The channel description, or
null if not provided.Channel visibility:
public or private.Number of members (starts at 1 — the owner).
Number of meetings in the channel (starts at 0).
User ID of the channel owner (the authenticated user).
ISO 8601 timestamp when the channel was created.
ISO 8601 timestamp when the channel was last modified.