Beta
List connectors
List the connectors the company workspace connected
Query Parameters
- Type: integertakegreater than:0min:-9007199254740991max:500
Integer numbers.
- Type: integerskipmin:-9007199254740991max:9007199254740991
Integer numbers.
Responses
- Type: object200
OK
- Properties: 4Type:itemsrequired
- Properties: 3Type:paginationrequired
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"
}
]
}