Skip to main content
GET
/
v2
/
connectors
List Connectors
curl --request GET \
  --url https://app.textql.com/v2/connectors \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>",
    "type": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.textql.com/llms.txt

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

Authorizations

Authorization
string
header
required

API key or JWT token

Response

List of connectors

id
integer<int32>

Connector ID

name
string

Connector name

type
string

Connector type