Create a source

Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

General Notes

• Use the endpoint: List Workspaces to retrieve a workspaceId- Alternatively, this can also be found in the address bar of the Airbyte UI.

• We currently support authentication given the correct configuration inputs based on source type.

📘

OAuth Credentials

For sources that allow OAuth credentials, please refer to the Creating OAuth Sources guide.

📘

Custom Connectors

To create a source from a custom connector, supply the definitionId body parameter. In this case, there is no need to include a sourceType in the configuration

Body Params
string
required

Name of the source e.g. dev-mysql-instance.

uuid

The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided.

uuid
required
configuration
required

The values required to configure the source.

string

Optional secretID obtained through the OAuth redirect flow.

Responses

400

Invalid data

403

Not allowed

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json