post https://api.airbyte.com/v1/sources
Creates a source given a name, workspace id, and a json blob containing the configuration for the source.
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 asourceType
in theconfiguration