Getting Started

A brief introduction to the Pitchly Client API

The Pitchly Client API is meant for situations where you want to interact with your own Pitchly account programmatically, often to integrate with other systems.

We use GraphQL for our core API requests, but fret not - GraphQL is backwards compatible with REST. In the examples ahead, we will share the equivalent REST API calls for easy translation.

In the following sections, we will show you how to:

  1. Generate API Keys to authorize requests to Pitchly's API

Last updated

Was this helpful?