Method: customers.get

  • 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 Customer object.

  • Authorization requires the https://www.googleapis.com/auth/userinfo.email 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

string

Required. The name of the customer.

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