pdjs icon indicating copy to clipboard operation
pdjs copied to clipboard

Slack integrations don't seem to be accessible here

Open JacobWeyer opened this issue 1 year ago • 0 comments

  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.

JacobWeyer avatar Jun 22 '23 19:06 JacobWeyer