Airbyte OAuth API

The OAuth API from Airbyte — 1 operation(s) for oauth.

OpenAPI Specification

airbyte-oauth-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: airbyte-api Applications OAuth API
  version: 1.0.0
  description: Programmatically control Airbyte Cloud, OSS & Enterprise.
servers:
- url: https://api.airbyte.com/v1
  description: Airbyte API v1
tags:
- name: OAuth
paths:
  /oauth/callback:
    get:
      tags:
      - OAuth
      parameters:
      - name: queryParams
        description: Query parameters. Should contain state and code.
        required: false
        schema:
          type: object
          additionalProperties:
            type: string
        in: query
      responses:
        '302':
          description: Redirect to the URL requested in the initiate call with the created secret ID.
      operationId: oauthCallback
      x-speakeasy-alias: oauthCallback
      x-speakeasy-group: OAuth
      summary: Airbyte Receive OAuth Callbacks
      description: Redirected to by identity providers after authentication.
      security: []
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK