Airbyte · Schema

InitiateOauthRequest

InitiateOauthRequest schema from Airbyte API

Data IntegrationETLELTOpen-SourceData PipelineConnectorsData

Properties

Name Type Description
name string The name of the source to authenticate to. Deprecated - use sourceType instead.
sourceType string The name of the source to authenticate to
redirectUrl string The URL to redirect the user to with the OAuth secret stored in the secret_id query string parameter after authentication is complete.
workspaceId string The workspace to create the secret and eventually the full source.
oAuthInputConfiguration object Input configuration for OAuth required by some sources.
requestedScopes array Optional OAuth scopes to request, overriding the connector's default scopes. Only supported for connectors that define scopes as an array.
requestedOptionalScopes array Optional OAuth optional_scopes to request, overriding the connector's default optional_scopes. Only applied when requestedScopes is also provided.
View JSON Schema on GitHub

JSON Schema

airbyte-initiate-oauth-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-schema/airbyte-initiate-oauth-request-schema.json",
  "title": "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": {
      "format": "uuid",
      "description": "The workspace to create the secret and eventually the full source.",
      "type": "string"
    },
    "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 Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/airbyte-initiate-oauth-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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