Skip to main content

Get all groups related to the current user.

Get all groups related to the current user.

Query Parameters
public_only boolean
Header Parameters
x-api-key string REQUIRED
Responses
200
Schema OPTIONAL
object[]
gid int64

Group id

owner int64 OPTIONAL

Group owner id

name string

Group name

description string OPTIONAL

Group description

members int64[] OPTIONAL

Members id

is_public boolean OPTIONAL

Is public group

avatar_updated_at timestamp
pinned_messages object[]

Pinned messages

mid int64
created_by int64
created_at timestamp
properties object OPTIONAL

Extended attributes

content_type string

Content type

content string

Content

GET /bot
x-api-key — header
public_only — query
https://dev.voce.chat/api
curl -L 'https://dev.voce.chat/api/bot' \
-H 'Accept: application/json; charset=utf-8'