Skip to content

Overview

The primary REST API for Infinite Audience. Authentication: All protected endpoints require a Bearer token in the Authorization header (Authorization: Bearer <access_token>). Obtain an access token by posting your API key to POST /v1/auth/token. API Key Scopes: API keys can be restricted to specific scopes. If a token lacks the required scope for an endpoint, a 403 Forbidden response is returned with a SCOPE_REQUIRED error code. - discovery — Read-only access to count, lookup, segments, demographics, catalogs, and status polling. - purchase — Read-write access to create/update segments and audiences, link campaigns, and execute purchases/deliveries. - account — Full access to self-service API key management, webhook settings, delivery destinations, and billing details.

Bearer access token obtained from POST /v1/auth/token. Include in all protected requests as: Authorization: Bearer <access_token>

Security scheme type: http