Build with Estii

Get a space

GET
/v1/space/{id}

Requires read scope.

Authorization

bearerAuth
AuthorizationBearer <token>

A personal access token (estp_) or space API key (ests_).

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/space/string"
{  "id": "string",  "name": "string",  "plan": "string",  "role": "owner",  "is_member": true,  "currency": "string",  "work_unit": "day",  "member_count": 0,  "created_at": 0,  "updated_at": 0}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}