cURL
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" } ] }
Returns all connectors in a workspace, optionally filtered by project.
List of connectors
Show child attributes