Skip to content

RingCentral admin OAuth callback

GET /ringcentral/oauth/callback

Exchanges a RingCentral OAuth authorization code and stores the resulting account-level credentials for report access. The target RingCentral account is taken from the App Connect CRM user session, not from a caller-supplied account identifier.

Operation ID: getRingCentralOauthCallback
Authorization: BEARER or API key

Parameters

Name Location Type Required Description
code query string Yes One-time authorization code returned by RingCentral OAuth.

Responses

Status Description Body
200 The RingCentral OAuth authorization was completed. BasicMutationResponse
400 Bad request, missing authentication, or connector error. ErrorResponse, string