Spaces
Retrieve details of a specific Space
GET
/
api
/
v1
/
getSpace
/
{spaceId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
spaceId
string
requiredThe ID of the space
Response
200 - application/json
id
string
The ID of the retrieved space
createdAt
string
img
string
Image URL for the space
name
string
The name of the space
slug
string
The slug of the space
isOwner
boolean
Whether the user is the owner of the space