Create Website
Create a new website to start tracking analytics data. Websites can be owned by a user or a team.Endpoint
Headers
Bearer token for authentication
Request Body
Website name (max 100 characters)
Website domain (max 500 characters)
Optional share ID for public analytics sharing (max 50 characters)
Team UUID if creating a team website. Omit for personal website.
Optional custom UUID for the website. Generated automatically if not provided.
Response
Website UUID
Website name
Website domain
Public share ID (if provided)
Owner user UUID (null for team websites)
Team UUID (null for personal websites)
UUID of user who created the website
ISO 8601 timestamp of creation
Example Request
Example Response
Creating a Team Website
To create a website owned by a team, include theteamId parameter:
curl
You must have permission to create websites for the specified team. Team managers and owners can create team websites.