Skip to content

PluginRegistrationRequest

Account registration input sent by the App Connect server to the configured plugin registration URL.

Properties

Property Type Required Description
rcAccessToken string · password Yes Short-lived RingCentral administrator access token. Validate it with RingCentral, compare its account identity with rcAccountId, and never log or retain it. Minimum length: 1.
rcAccountId string Yes Claimed RingCentral account being registered. App Connect sends this value as a string; verify it against the access token. Minimum length: 1.

Example

{
  "rcAccessToken": "string",
  "rcAccountId": "string"
}