Skip to content

Overview

HTTP API for BRIDGEPORT — a self-hosted deployment management tool for Docker-based infrastructure. All error responses follow the standard envelope: {code, message, field?, hint?, requestId?}.

Information

  • OpenAPI version: 3.0.3

BRIDGEPORT supports two bearer token types: short-lived JWTs (Authorization: Bearer <jwt>) issued by POST /api/auth/login, and long-lived API tokens (prefix bport_pat_) minted via POST /api/admin/tokens.

Security scheme type: http