POST
/
api
/
v1
/
workspaces
/
{uuid}
/
tags
{
  "success": true,
  "data": {
    "uuid": "550e8400-e29b-41d4-a716-446655440000",
    "name": "ACME Inc.",
    "url": "https://acme.com",
    "tracking_script_id": "123",
    "tracking_script_snippet": "<script>...</script>",
    "available_tags": [
      "marketing",
      "design"
    ]
  }
}

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Path Parameters

uuid
string
required

UUID of the workspace

Body

application/json

Request parameters for creating a tag

tag_name
string

The name of the tag

Response

200
application/json
Workspace details
success
boolean
data
object

Representation of a workspace