Skip to main content
POST
/
v1
/
connectors
List all connectors for the authenticated organization
curl --request POST \
  --url https://app.textql.com/v1/connectors \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "connectors": [
    {
      "athenaMetadata": {
        "region": "<string>",
        "database": "<string>",
        "workgroup": "<string>",
        "s3OutputLocation": "<string>",
        "athenaAuth": {
          "accessKey": {
            "accessKeyId": "<string>",
            "secretAccessKey": "<string>"
          }
        }
      },
      "id": 123,
      "name": "<string>",
      "connectorType": "CONNECTOR_TYPE_UNSPECIFIED",
      "memberId": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "lastSynced": "2023-11-07T05:31:56Z",
      "isExample": true
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Empty for now - uses org from API key auth

Response

Success

connectors
Connector · object[]
  • Connector
  • Connector
  • Connector
  • Connector
  • Connector
  • Connector
  • Connector
  • Connector
  • Connector
  • Connector
  • Connector
  • Connector
  • Connector
  • Connector
  • Connector
  • Connector