Skip to main content
GET
/
api-l
/
admin
/
workspaces
cURL
curl --request GET \
  --url http://localhost:3001/api-l/admin/workspaces/ \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "type": "Root",
  "writeKey": "<string>",
  "status": "Active",
  "externalId": "<string>",
  "domain": "<string>"
}

Authorizations

Authorization
string
header
required

Query Parameters

workspaceId
string
required
externalId
string
required

Response

200 - application/json
object | null

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