Avid PubSuite Partner API
  1. Getting Started
Avid PubSuite Partner API
  • Pubsuite API Introduction
  • Getting Started
    • Authentication
    • Response Format
    • Error Codes
    • Usage Limits
  • Endpoints
    • Endpoints / Resources Introduction
    • Global Pubsuite Reference Libaries
    • Workspace Organisation Users
      • Organisation Users List
      • Organisation User By Id
    • Advertiser Accounts
      • Advertiser Accounts List
      • Account Detail
      • Account Delete
      • Account Create
      • Account Update
    • Advertiser Account Members
      • Advertiser Account Members
      • Adv Account Member Detail
      • Account Delete
      • Advertiser Account Member Create
      • Account Update
    • Campaigns
      • Campaign Body Parameters
      • Campaigns
      • Campaign
      • Delete Campaign
      • Campaign Details
      • Update Campaign
    • Phases
      • Phase Body Parameters
      • Phases List
      • Phase
      • Phase Detail
      • Delete Phase
      • Phase Update
    • Content
      • Content Body Parameters
      • Contents
      • Content Detail
      • Create Content
      • Delete Content
      • Update Content
    • Distributions
      • Distribution Body Parameters
      • Distributions List
      • Create Distributions
      • Delete Distribution
      • Distribution Details
      • Distribution Update
    • Publisher Profiles
      • Coming Soon
      • Publisher Profiles
      • Publisher Profile
      • Delete Publisher Profile
    • Publisher Products
      • Coming Soon
    • Data Sources
      • Coming Soon
    • Webhooks
      • Services
      • Create/Update Service
      • Registered Webhooks
      • Create Webhook
      • Update Webhook
      • Delete Webhook
  • Outbound Events
    • Outbound Events
  1. Getting Started

Authentication

Get Your API Key#

API keys are issued during onboarding by Avid's Integration team and will be provided to you when integration work is ready to begin. If you'd like to integrate with PubSuite please contact You Avid PubSuite Account Manager.
Each key is unique to a consumer and must be securely stored.

Authentication#

All requests to protected endpoints require a valid API key in the request headers:
X-API-KEY: YOUR_API_KEY_HERE

Example Header#


Secure Your API Key#

Your API key provides access to all the available objects in your workspace . It is important you store this API key securely. Please adhere to the following practises.
Do not store your API key into applications or other places where it could be exposed to unintended parties.
In case your API key ever gets compromised, please contact us to that we can invalidate the API key immediately.

Previous
Pubsuite API Introduction
Next
Response Format