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 | 
 Required. Unique installer id (cpiId) from the Certified Professional Installers database. | 
| secret | 
 
                      Required. Secret returned by the  | 
| encodedSecret | 
 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