Get plugin license status for a user
GET /plugin/licenseStatus
Calls the installed plugin server's optional licenseStatusUrl with the stored account-scoped plugin credential and forwards its advisory status to the browser client. A missing installation returns null; provider lookup failures can be normalized to HTTP 200 with licenseStatus false. Current logging code does not use this result to gate invocation.
Operation ID: getPluginLicenseStatus
Authorization: BEARER or API key
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
rcAccountId |
query | string | Yes | RingCentral account id whose plugin license is being checked. |
pluginId |
query | string | Yes | Plugin identifier from the connector manifest. |
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 |