Method: installer.validate

Validates the identity of a Certified Professional Installer (CPI).

HTTP request

POST https://sasportal.googleapis.com/v1alpha1/installer:validate

The URL uses gRPC Transcoding syntax.

Request body

The request body contains data with the following structure:

JSON representation
{
  "installerId": string,
  "secret": string,
  "encodedSecret": string
}
Fields
installerId

string

Required. Unique installer id (cpiId) from the Certified Professional Installers database.

secret

string

Required. Secret returned by the installer.generateSecret method.

encodedSecret

string

Required. JSON Web Token signed using a CPI private key. Payload must include a "secret" claim whose value is the secret.

Response body

If successful, the response body will be empty.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/userinfo.email