Bot

Get a space

Returns one accessible space, the bot's own membership, and bot-relevant settings without exposing the member roster.

post/bot{token}/getSpace

Path parameters

tokenstring required

Required bot token included in the URL path.

Headers

authorizationstring

Optional bot token using the Bearer scheme. When supplied, it takes precedence over the token in the URL.

Request body

space_idinteger required

A positive Inline space identifier

Response

Successful getSpace response.

oktrue required

Always true for a successful request.

Changes