v1
latestOpenAPI 3.1.02026-07-263971,2281.1 MBtextql.rpc.platform.ConnectorService
List all connectors for the authenticated organization
List all connectors for the authenticated organization
post/v1/connectors
Headers
Connect-Protocol-Version1 required
Define the version of the Connect protocol
Connect-Timeout-Msnumber
Define the timeout, in ms
Request body
TextqlRpcPlatformListConnectorsRequest required
Response
Success
Example response
{
"connectors": [
{
"createdAt": "2023-01-15T01:30:15.01Z"
}
]
}