Pipedream REST API
The Pipedream REST API at api.pipedream.com is the unified surface for both the legacy workflow / source / subscription resources and the newer /v1/connect/* resources. Authentication is via OAuth 2.0 client credentials or a short-lived Connect token. List endpoints use cursor pagination (limit, after, before). The full OpenAPI 3.0.4 spec is published at pipedream.com/docs/pipedream_openapi_swagger.json (133 schemas, 61 operations as of 2026-05-22).
Documentation
Documentation
https://pipedream.com/docs/rest-api/
Authentication
https://pipedream.com/docs/rest-api/auth
Specifications
Examples
Example
https://raw.githubusercontent.com/api-evangelist/pipedream/refs/heads/main/examples/pipedream-list-apps-example.json
Example
https://raw.githubusercontent.com/api-evangelist/pipedream/refs/heads/main/examples/pipedream-create-connect-token-example.json
Example
https://raw.githubusercontent.com/api-evangelist/pipedream/refs/heads/main/examples/pipedream-list-accounts-example.json
Example
https://raw.githubusercontent.com/api-evangelist/pipedream/refs/heads/main/examples/pipedream-run-action-example.json
Example
https://raw.githubusercontent.com/api-evangelist/pipedream/refs/heads/main/examples/pipedream-deploy-trigger-example.json
Example
https://raw.githubusercontent.com/api-evangelist/pipedream/refs/heads/main/examples/pipedream-oauth-token-example.json
Example
https://raw.githubusercontent.com/api-evangelist/pipedream/refs/heads/main/examples/pipedream-proxy-request-example.json
Schemas & Data
JSONSchema
https://raw.githubusercontent.com/api-evangelist/pipedream/refs/heads/main/json-schema/pipedream-app-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/pipedream/refs/heads/main/json-schema/pipedream-account-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/pipedream/refs/heads/main/json-schema/pipedream-component-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/pipedream/refs/heads/main/json-schema/pipedream-project-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/pipedream/refs/heads/main/json-schema/pipedream-connecttoken-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/pipedream/refs/heads/main/json-schema/pipedream-connectusage-schema.json
JSONStructure
https://raw.githubusercontent.com/api-evangelist/pipedream/refs/heads/main/json-structure/pipedream-app-structure.json