AI-generated Key Takeaways
- 
          Validates the identity of a Certified Professional Installer (CPI) using a provided installer ID, secret, and encoded secret. 
- 
          The request is sent as a POSTrequest to the specific endpointhttps://sasportal.googleapis.com/v1alpha1/installer:validate.
- 
          Requires authorization with the https://www.googleapis.com/auth/sasportalOAuth scope.
- 
          Successful validation results in an empty response body. 
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 (CPI ID) 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 is empty.
Authorization Scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/sasportal