Waiting for engine...
Skip to main content

Legacy Data Integration API Reference (1.0.0) - ConnectionTypesandProperties

Toggle Pane

Download OpenAPI Specification: Download

Connection Types and Properties

Connection Types List

Get the available connection types that can be provided in Data Integration.

  • scope: connection:list
Authorizations:
BearerToken

Responses

Response Schema: application/json
Array
connection_type
string

The connection type id

connection_type_name
string

Connection type display name

is_test_connection
boolean

Can the connection type be tested or not.

Response samples

Content type
application/json
[
  • {
    • "connection_type": "fb",
    • "connection_type_name": "Facebook Ads",
    • "is_test_connection": true
    }
]

Connection Type Properties

  • scope: connection:list
Authorizations:
BearerToken
path Parameters
connectionTypeId
required
string
Example: fb_ads,aws,klaviyo

Connection type id.

Responses

Response Schema: application/json
connection_type
string

The connection type id

connection_type_name
string

Connection type display name

oauth2
boolean

Is this a OAuth2 connection type

is_test_connection
boolean

Can the connection type be tested or not.

Array of objects

Response samples

Content type
application/json
[
  • {
    • "connection_type": "klaviyo",
    • "connection_type_name": "Klaviyo",
    • "properties": [
      ]
    },
  • {
    • "connection_type": "fb",
    • "connection_type_name": "Facebook",
    • "oauth2": true,
    • "properties": [
      ]
    }
]