Heroku Pipelines API
Deployment pipeline management
Heroku Pipelines API is one of 14 APIs that Heroku publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.
Tagged areas include Pipelines. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, a getting-started guide, and authentication docs.
This API exposes 7 operations across 4 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 3.
Requests are made against a single base URL, https://api.heroku.com.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
Heroku Pipelines API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (BearerAuth).
By default, every request must be authenticated.
BearerAuth— Heroku API key or OAuth token
Paths & Operations 7
Across 4 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.
Deployment pipeline management
Schemas 2
The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are PipelineCoupling (6 properties), Pipeline (5 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Heroku 12
Other APIs Heroku publishes across the network.