Read admin-managed API-key credentials
GET /admin/managedAuth
Returns managed-auth field definitions and decrypted account or extension values for the connector selected by userJwt, after RingCentral administrator validation. Returned credential values are sensitive and must not be logged or exposed outside the administration flow.
Operation ID: getAdminManagedAuth
Authorization: BEARER and API key or BEARER and API key or API key and API key or API key and API key
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
connectorId |
query | string | No | Private or proxy connector identifier. |
isPrivate |
query | boolean | No | Whether connector-scoped managed credentials should be used. |
Responses
| Status | Description | Body |
|---|---|---|
200 |
Managed authentication field definitions and configured account/user values. | ManagedAuthAdminResponse |
400 |
Bad request, missing authentication, or connector error. | ErrorResponse, string |
403 |
The caller is authenticated but is not permitted to perform the operation. | ErrorResponse, string |