``` const connections = await pd({ url: `https://app.pagerduty.com/integration-slack/workspaces/${teamID}/connections`, method: 'get', }); ``` Attempting to his this API just returns unauthorized but hitting the api.pagerduty.com routes work fine.