Airbyte · JSON Structure

Airbyte Initiate Oauth Request Structure

InitiateOauthRequest schema from Airbyte API

Type: object Properties: 7 Required: 2
Data IntegrationETLELTOpen-SourceData PipelineConnectorsData

InitiateOauthRequest is a JSON Structure definition published by Airbyte, describing 7 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name sourceType redirectUrl workspaceId oAuthInputConfiguration requestedScopes requestedOptionalScopes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-initiate-oauth-request-structure.json",
  "name": "InitiateOauthRequest",
  "description": "InitiateOauthRequest schema from Airbyte API",
  "type": "object",
  "properties": {
    "name": {
      "description": "The name of the source to authenticate to. Deprecated - use sourceType instead.",
      "type": "string"
    },
    "sourceType": {
      "description": "The name of the source to authenticate to",
      "type": "string"
    },
    "redirectUrl": {
      "description": "The URL to redirect the user to with the OAuth secret stored in the secret_id query string parameter after authentication is complete.",
      "type": "string"
    },
    "workspaceId": {
      "description": "The workspace to create the secret and eventually the full source.",
      "type": "uuid"
    },
    "oAuthInputConfiguration": {
      "$ref": "#/components/schemas/OAuthInputConfiguration",
      "description": "Input configuration for OAuth required by some sources."
    },
    "requestedScopes": {
      "type": "array",
      "description": "Optional OAuth scopes to request, overriding the connector's default scopes. Only supported for connectors that define scopes as an array.",
      "items": {
        "type": "string"
      }
    },
    "requestedOptionalScopes": {
      "type": "array",
      "description": "Optional OAuth optional_scopes to request, overriding the connector's default optional_scopes. Only applied when requestedScopes is also provided.",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "redirectUrl",
    "workspaceId"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/airbyte-initiate-oauth-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.