Create a destination

Creates a destination 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…

You can retrieve a workspaceId by using the endpoint for List Workspaces. Alternatively, these can also be found in the address bar of the Airbyte UI.

To create a destination from a custom connector, supply the definitionId body param. There is no need to include a destinationType in the configuration in this case. The definitionId of your custom connecter can be found in the url of your connection, which should look like: https://cloud.airbyte.com/workspaces/<workspace_id>/connector-builder/edit/<definitionId>

Body Params
string
required

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

uuid

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

uuid
required
configuration
required

The values required to configure the destination.

Responses

400

Invalid data

403

Not allowed

404

Not found

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