Getting Started With Core API

Core API (API 3.1) is designed for Server-to-Server integrations. It uses a broadcaster API Key for authentication and provides additional Broadcaster context functionality such as:

  • Subscribing to webhook topics
  • Dunning action settings
  • Listing subscriptions and users
  • Externally-managed subscriptions synchronization.

Core API is used to provide additional flexibility for Broadcasters who want to leverage their backend services to integrate with Cleeng


Authentication

This API requires a header with publisher token.

{
 "X-Publisher-Token": "your_publisher_token" 
}