Beta

List connectors

List the connectors the company workspace connected

Query Parameters

  • Integer numbers.

  • Integer numbers.

Responses

  • OK

    • Properties: 4
    • Properties: 3
    application/json
get/connectors
{
  "pagination": {
    "take": 1,
    "skip": 1,
    "total": 1
  },
  "items": [
    {
      "id": "string",
      "name": "string",
      "logoUrl": "https://example.com",
      "connectedAt": "2026-09-21T16:56:06.403Z"
    }
  ]
}