ReferenceSpaces

Get a space

Get a space

GET
/api/v1/spaces/{space_id}

Authorization

ApiKeyAuth
x-api-key<token>

A platform key (ck_live_…). Mint one in the console under Settings → API Keys.

In: header

Path Parameters

space_id*string

Response Body

application/json

curl -X GET "https://example.com/api/v1/spaces/spc_7f3a91"
{  "space_id": "string",  "name": "string",  "slug": "string",  "vault_id": "string",  "memory_id": "string",  "member_count": 0,  "created_at": "2019-08-24T14:15:22Z"}
Was this page helpful?
Report an issue