Skip to main content

Overview

Terminology

Here are some common acronyms used in the documentation:

  • PPT- Pipeline Pro Tools

Request Bodies

All API Request Bodies (if required) must be JSON encoded. Otherwise 422 status code will be returned and the request will be rejected. This means that you must include the following header in your request:

Content-Type: application/json

if a body is required for an endpoint.

Responses

All API responses are JSON encoded unless otherwise stated.