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"
}
Get a workspace.
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"
}
Default Response
The response is of type object
.