v30

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-16601,3773.2 MB
public_organizations
public
Organizations

Create OAuth override credentials for an organization and source type.

Create/update a set of OAuth credentials to override the Airbyte-provided OAuth credentials used for source/destination OAuth. In order to determine what the credential configuration needs to be, please see the connector specification of the relevant source/destination.

put/organizations/{organizationId}/oauthCredentials

Path parameters

organizationIdstring UUID required

Request body

actorType'source' | 'destination' required

Whether you're setting this override for a source or destination

namestring required

The name of the source i.e. google-ads

Example request

{
  "configuration": {
    "credentials": {
      "client_id": "123456789000",
      "client_secret": "secret"
    }
  }
}

Response

OAuth credential override was successful.