cURL
curl --request POST \ --url https://api.camelai.com/api/v1/sources/add/motherduck/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "motherduck", "database_name": "my_database", "token": "motherduck_token_12345" }'
{ "id": 123 }
Create a new MotherDuck data warehouse connection.
JWT or API key authentication using Bearer scheme
Serializer for MotherDuck connection configuration.
The response is of type object.
object
Was this page helpful?