JustOpened API

Integrate JustOpened tracking capabilities directly into your own applications, CRM, or automated marketing workflows.

Authentication

All API requests require an API key to be sent in the X-API-Key header.

HTTP HEADER
X-API-Key: your_api_key_here

Tracking Campaigns

Create a new tracking campaign (pixel + URLs) programmatically.

REQUEST
POST /v1/trackings
// JSON Body
{
  "name": "Newsletter #45",
  "privacy": {
    "track_ip": true,
    "track_ua": true
  },
  "paused": false
}

Analytics Data

Get a summary of activity for a specific campaign.

REQUEST
GET /v1/trackings/{id}/stats
RESPONSE (200 OK)
{
  "id": "fyDxMMWA",
  "total_opens": 1450,
  "unique_opens": 892,
  "last_interaction": "2026-04-07T12:00:00Z"
}

Need help with integration?

Our technical support team is available 24/7 for developer assistance.

Contact Dev Support