v1
latestOpenAPI 3.0.02026-07-26392662.9 KBWorkspaces
Create a new workspace
post/v1/workspaces
Request body
Example request
{
"url": "https://acme.com"
}Response
Workspace details
Example response
{
"success": true,
"data": {
"name": "ACME Inc.",
"url": "https://acme.com",
"tracking_script_id": "s123456789",
"tracking_script_snippet": "<script>...</script>",
"available_tags": [
"marketing",
"design"
]
}
}