Skip to main content
GET
/
v2
/
connectors
/
types
List Connector Types
curl --request GET \
  --url https://app.textql.com/v2/connectors/types \
  --header 'Authorization: Bearer <token>'
{
  "types": [
    {
      "connector_type": "<string>",
      "config_key": "<string>",
      "fields": [
        {
          "name": "<string>",
          "type": "<string>",
          "confidential": true,
          "optional_on_update": true
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

API key or JWT token

Response

Supported connector types and their field schemas

types
object[]
required