Connections
Create a connection
Create a new connection inside a team
POST
/
team
/
{team_id}
/
connections
If your connection requires SSL certificates, you’ll need to upload them using the update connection files endpoint after creating the connection.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the team
Body
application/json
Available options:
mongodb
, api
, mysql
, postgres
, realtimedb
, firestore
, googleAnalytics
, customerio
Used for connections based on main types
Available options:
timescaledb
, supabasedb
, rdsPostgres
, rdsMysql
, api
, mongodb
, api
, mysql
, postgres
, realtimedb
, firestore
, googleAnalytics
, customerio
Used for MongoDB, Postgres, and MySQL connections
Used for API connections
JSON object containing the Firebase service account credentials
Used for Postgres and MySQL. This gets populated automatically whenever the connection is used in a chart.
Response
200 - application/json
Available options:
mongodb
, api
, mysql
, postgres
, realtimedb
, firestore
, googleAnalytics
, customerio
Used for connections based on main types
Available options:
timescaledb
, supabasedb
, rdsPostgres
, rdsMysql
, api
, mongodb
, api
, mysql
, postgres
, realtimedb
, firestore
, googleAnalytics
, customerio
Used for MongoDB, Postgres, and MySQL connections
Used for API connections
JSON object containing the Firebase service account credentials