POST
/
v2
/
integrations
/
identity
/
{integration_id}
/
oauth2
/
authorize
Get OIDC authorization URL for connecting an integration
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/v2/integrations/identity/{integration_id}/oauth2/authorize \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

integration_id
string
required

Integration UUID

Query Parameters

return_url
string

URL to redirect to after authorization

Response

OK

{key}
string