Skip to main content
GET
https://api.memcontext.in
/
api
/
workspaces
List workspaces
curl --request GET \
  --url https://api.memcontext.in/api/workspaces \
  --header 'X-API-Key: <api-key>'
{
  "workspaces": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "slug": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key created from the MemContext dashboard. Keys are prefixed with mc_.

Response

200 - application/json

Workspaces the signed-in user belongs to.

workspaces
object[]
required