Skip to main content
You’re viewing the v2 beta documentation. The API is in active development - breaking changes may occur before final release. For production use, switch to v1 using the version selector above.

Partner API Reference

Overview

The Scope3 Partner API v2 provides capabilities for publishers and technology partners to access campaign data and manage integrations through both REST and MCP (Model Context Protocol) interfaces.

Connection Methods

Standard HTTP methods with JSON request/response bodies.Production:
https://api.agentic.scope3.com/api/v2/partner
Staging:
https://api.agentic.staging.scope3.com/api/v2/partner
Example:
curl https://api.agentic.scope3.com/api/v2/partner/advertisers \
  -H "Authorization: Bearer scope3_your_api_key_here"

OpenAPI Specification

Download the OpenAPI specification for SDK generation or API exploration:

Authentication

All API requests require authentication using your Scope3 API key:
Authorization: Bearer scope3_your_api_key_here

Get API Key

Request API credentials to get started

Partner Capabilities

The Partner API provides read-only access to:
  • Advertisers - View advertiser accounts
  • Brands - View brand configurations
  • Campaigns - View campaign details and product inventories
  • Media Products - Manage product catalogs
  • Webhooks - Configure event notifications

Support

For technical support, contact us at support@scope3.com.