Skip to main content
GET
/
assets
/
data
/
types
List Connection Types
curl --request GET \
  --url https://api.example.com/assets/data/types \
  --header 'Authorization: Bearer <token>'
{
  "types": [
    {
      "connection_type": "<string>",
      "category": "<string>",
      "description": "<string>",
      "implemented": true,
      "displayName": "<string>",
      "auth_types": [
        {
          "auth_type": "<string>",
          "description": "<string>",
          "credential_fields": [
            {
              "name": "<string>",
              "required": true,
              "description": "<string>",
              "type": "string",
              "example": "<string>"
            }
          ],
          "example": {}
        }
      ],
      "default_secret_name": "credentials"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Project-ID
string | null

Response

Successful Response

Response for listing connection types.

types
ConnectionTypeInfo · object[]
required

Available connection types