GET
/
api-l
/
admin
/
workspaces
curl --request GET \
  --url http://localhost:3001/api-l/admin/workspaces/
{
  "id": "<string>",
  "name": "<string>",
  "externalId": "<string>",
  "type": "Root",
  "writeKey": "<string>",
  "domain": "<string>",
  "status": "Active"
}

Query Parameters

workspaceId
string
required
externalId
string
required

Response

200 - application/json
Default Response
id
string
required
name
string
required
type
required
Available options:
Root
writeKey
string
required
status
required
Available options:
Active
externalId
string
domain
string