Passo Developers

API reference

The REST API — every endpoint, generated from the OpenAPI spec.

The pages under this section document every REST endpoint, generated directly from the committed OpenAPI spec, so the reference never drifts from the running API. Each endpoint page lists its full URL, parameters, and response shape, with a live request panel.

The REST API is published on request — it is fully built and documented, but enabled per account rather than open by default. See Getting access if you need it.

Everything here shares the conventions the rest of the docs describe:

  • Authentication — a bearer token from the OAuth flow, scoped to your user. See Authentication.
  • Pagination and errors — clamped limit/offset, a total on every list, and HTTP status codes with a code / message body. See Conventions.
  • Vocabulary — workspaces, jobs, deals, videos and the rest. See Concepts.

Prefer to connect an AI agent instead of writing HTTP? The same data is available through the remote MCP server.