cURL
curl --request GET \ --url {protocol}://{domain}/api/v1/spaces \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "description": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "userId": "<string>" } ]
Get list of spaces with optional search filtering
Bearer token authentication supports:
Example: Authorization: Bearer your_token_here
Authorization: Bearer your_token_here
Search query for space names
List of spaces
The response is of type object[].
object[]
Was this page helpful?