Skip to main content
PUT
/
api-l
/
admin
/
workspaces
/
child
cURL
curl --request PUT \
  --url http://localhost:3001/api-l/admin/workspaces/child \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "workspaceId": "<string>",
  "externalId": "<string>",
  "domain": "<string>"
}
'
{
  "id": "<string>",
  "name": "<string>",
  "writeKey": "<string>",
  "externalId": "<string>",
  "domain": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dittofeed.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Body

application/json
name
string
required
workspaceId
string
required

The id of the parent workspace.

externalId
string
required
domain
string

Response

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