{ "id": "<string>", "name": "<string>", "description": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "userId": "<string>" }
Retrieve detailed information about a specific space
cURL
curl --request GET \ --url {protocol}://{domain}/api/v1/spaces/{spaceId} \ --header 'Authorization: Bearer <token>'
Bearer token authentication supports:
Example: Authorization: Bearer your_token_here
Authorization: Bearer your_token_here
Space identifier
Space details
The response is of type object.
object
Was this page helpful?