API

Integrations

Tracker and SCM connections.

GET
/integrations

Response Body

application/json

application/json

curl -X GET "https://example.com/integrations"
{  "integrations": [    {      "id": "string",      "orgId": "string",      "vendor": "string",      "vendorKind": "tracker",      "externalOrgId": "string",      "displayName": "string",      "createdAt": 0,      "updatedAt": 0,      "dependentProjectCount": 0    }  ]}

How is this page?