Create Pixel
Create a new tracking pixel for monitoring events where JavaScript tracking isn’t available, such as email opens.Endpoint
Headers
Bearer token for authentication
Request Body
Pixel name (max 100 characters)
Unique pixel slug (max 100 characters). Must be unique across all pixels.
Team UUID if creating a team pixel. Omit for personal pixel.
Optional custom UUID for the pixel. Generated automatically if not provided.
Response
Pixel UUID
Pixel name
Pixel slug
Owner user UUID (null for team pixels)
Team UUID (null for personal pixels)
ISO 8601 timestamp of creation
Example Request
Example Response
Creating a Team Pixel
To create a pixel owned by a team, include theteamId parameter:
curl
Using the Pixel
After creating a pixel, you can use it in HTML by embedding it as an image:You must have permission to create websites for the team. The slug must be unique across all pixels in the system.