Skip to content

Introduction

The API for channels is very minimalistic in order to provide an experience that is as friction-free as possible. It provides the minimal amount of data that is necessary to integrate our platform into your workflow.

Authentication

The API requires authentication for all requests. Authentication MUST be provided using two separate headers:

  • Authorization: Channel <your API key>
  • X-Channel: <your API identifier>

Both headers MUST be present in order for the authentication to pass.