Markopolo: Automate Sales & Marketing with Personal AI

Who Is This For?

The Partners API is designed for platforms that want to integrate MarkTag as an analytics solution:

E-commerce Platforms

Integrate MarkTag tracking directly into your platform, enabling merchants to set up analytics without leaving your dashboard

Website Builders

Offer MarkTag as a built-in analytics solution for websites created on your platform

Marketing Platforms

Add MarkTag tracking capabilities to enhance your marketing automation or analytics features

Key Features

Merchant Management

MarkTag Generation & Verification

Event Data Access

Quick Start

#1 Get API Access & Complete Onboarding

  1. Contact partners@markopolo.ai
  2. Our team will learn about your business and use cases
  3. You'll receive:
    • Your Partners API token (mp_live_*)
    • A CNAME record to add to your domain
  4. Configure the CNAME on your domain to enable preverified marktags

Why the CNAME setup?

#2 Authentication

Use Bearer token authentication with your API token:

curl -H "Authorization: Bearer mp_live_YOUR_TOKEN" \
https://api-alpha.markopolo.ai/v1/partners/merchant

#3 Make Your First Call

Test your connection:

curl -X GET https://api-alpha.markopolo.ai/v1/partners/merchant?limit=1 \
 -H "Authorization: Bearer mp_live_YOUR_TOKEN"

API Overview

Base URL

https://api-alpha.markopolo.ai/v1/partners

Request/Response Format

Integration Workflow

For Preverified Domains (Your Platform)

  1. Create Merchant - Register merchants under your partner account
  2. Generate MarkTag - Create tracking using your preverified domain
  3. Start Tracking - Immediately begin collecting events (no DNS wait)
  4. Retrieve Data - Access event data through the API

For Custom Merchant Domains

  1. Create Merchant - Register merchants under your partner account
  2. Generate MarkTag - Create tracking for merchant's custom domain
  3. Configure DNS - Merchant adds CNAME record to their domain
  4. Verify Installation - Use verification API to confirm DNS setup
  5. Collect Events - MarkTag begins tracking user interactions
  6. Retrieve Data - Access event data through the API

Support & Resources

Not What You're Looking For?

If you need to implement tracking on websites or mobile apps to capture user events and analytics, check out our MarkTag SDK Documentation instead.