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 general, the only difference between GraphQL and REST is that GraphQL is more structured. Both requests are still made over HTTP using POST.

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

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

Last updated