AI-generated Key Takeaways
-
Retrieves a specific customer using a GET request to the provided URL.
-
Requires the customer's name as a path parameter in the URL.
-
The request body should be empty, and a successful response returns a 'Customer' object.
-
Authorization requires the
https://www.googleapis.com/auth/sasportal
scope.
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/sasportal