GET
/
connections
/
{projectId}

Path Parameters

projectId
string
required

ID of the project

Response

200 - application/json
id
string

Connection ID

name
string

Name of the connection

type
string

Type of connection.

Example: airtable for AirTable, stripe for Stripe, hubspot_access_token for HubSpot (with Access Token), etc.

Exact list can be fetched by following url: /connections/config

url
string

Oauth callback url if the connection is Oauth based.