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.
We currently support authentication given the correct configuration inputs based off of source type.
OAuth Credentials
For sources that allow OAuth credentials, we support:
- Bringing your own OAuth credentials on per source and workspace basis so you can (re)create your OAuth sources in Airbyte cloud using your existing access tokens/refresh tokens.
- The ability to create sources by sending your users through OAuth and generating secrets which can be posted to the source creation endpoint.
For more information, please refer to the Creating OAuth Sources guide.
The workspaceId
can be in the address bar of your workspace. The URL will be https://cloud.airbyte.com/workspaces/<workspace_uuid>/...
.