Skip to content

API Overview

Introduction

Send POP (Proof of Play) events to MeldCX using the Coatro API. You can send events in real-time or batch mode, using either the canonical (fixed) schema or your own flexible schema.

Authentication

All API requests require authentication using your API key. You can provide it in one of two ways:

API Key Header

Include your API key in the request header:

http
X-API-Key: your-api-key-here

Bearer Token

Alternatively, provide your API key as a Bearer token:

http
Authorization: Bearer your-api-key-here

WARNING

All endpoints require authentication. Requests without valid credentials will receive a 401 Unauthorized response. To get your API key, contact us.

API Endpoints

Canonical POP

Dynamic POP

Response Codes

Status CodeDescription
200Success
202Accepted - Your request has been accepted and will be processed
400Bad Request - Invalid data or missing required fields
401Unauthorized - Invalid or missing API key
404Not Found - Resource not found
415Unsupported Media Type
500Internal Server Error

Getting Started

  1. Get your API key - Contact MeldCX to obtain your API key
  2. Choose your endpoint:
    • Use Canonical POP if your data matches the fixed canonical schema
    • Use Dynamic POP if you need to use your own schema
    • Use Dynamic Bulk Ingestion for processing large files
  3. Include your API key in every request header
  4. Send your events and check the response