AI-generated Key Takeaways
-
Retrieves a specific product certification using its unique name, accessible through a designated URL path.
-
Only certification bodies with proper authorization can utilize this method to fetch product certifications.
-
The request should be made using an HTTP GET request with an empty body and includes path parameters for identifying the target product certification.
-
Successful responses return a ProductCertification object containing details about the requested certification.
-
Requires
https://www.googleapis.com/auth/manufacturercenter
OAuth scope for authorization.
Gets a product certification by its name.
This method can only be called by certification bodies.
HTTP request
GET https://manufacturers.googleapis.com/v1/{name=accounts/*/languages/*/productCertifications/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the product certification to get. Format: accounts/{account}/languages/{language_code}/productCertifications/{id} |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ProductCertification
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/manufacturercenter
For more information, see the OAuth 2.0 Overview.