Integrations REST endpoints
Generated2 endpoints under `/v1`.
Auto-generated from the MarBoba OpenAPI spec, published at
api.marboba.com/v1/openapi.json.
GET /integrations
List configured integrations
Read-only. Returns one entry per known integration type, including the ones the org has not configured (so callers can see the full menu of options + which are wired). Credentials are never echoed.
Responses
- 200 — All integrations for the calling token’s org. Body: object
- 401 — . Body: (no body)
Auth: BearerPAT
Operation ID: get_integrations
GET /integrations/{type}
Get a single integration by type
Returns the integration entry whether or not the org has configured it (isConfigured: false for unconfigured ones).
Responses
- 200 — The requested integration. Body: object
- 400 — . Body: (no body)
Auth: BearerPAT
Operation ID: get_integrations-type