Skip to main content
GET
/
api
/
v1
/
spaces
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "userId": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer token authentication supports:

  • Personal API tokens (PATs)
  • OAuth2 access tokens
  • JWT tokens

Example: Authorization: Bearer your_token_here

Query Parameters

q
string

Search query for space names

Response

200 - application/json

List of spaces

id
string
name
string
description
string
createdAt
string<date-time>
updatedAt
string<date-time>
userId
string
I