Read admin settings
GET /admin/settings
Returns account-level connector settings after validating both the App Connect CRM session and the supplied RingCentral administrator token. If the account has no saved settings, the route returns the connector's default empty configuration.
Operation ID: getAdminSettings
Authorization: BEARER and API key or BEARER and API key or API key and API key or API key and API key
Responses
| Status | Description | Body |
|---|---|---|
200 |
Successful route-specific JSON response. Consult the operation description for ownership and semantics. | GenericSuccessResponse |
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 |