AI-generated Key Takeaways
-
Retrieves a specific customer resource using a GET request.
-
Requires providing the customer's name as a path parameter in the URL.
-
An empty request body is necessary, and a successful response returns a
Customerobject. -
Authorization requires the
https://www.googleapis.com/auth/userinfo.emailscope.
Returns a requested customer.
HTTP request
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. The name of the |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Customer.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/userinfo.email