Skip to main content
GET
/
api
/
connectors
List connectors
curl --request GET \
  --url https://sontairo.com/api/connectors
{
  "data": [
    {
      "id": "<string>",
      "workspaceId": "<string>",
      "projectId": "<string>",
      "type": "<string>",
      "providerId": "<string>",
      "providerName": "<string>",
      "status": "ACTIVE",
      "grantedScopes": [
        "<string>"
      ],
      "hasCredential": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Query Parameters

workspaceId
string
required
projectId
string

Response

200 - application/json

List of connectors

data
object[]