- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists services visible to a billing account.
HTTP request
GET https://cloudbilling.googleapis.com/v1beta/{parent=billingAccounts/*}/services
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The  | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Maximum number of  | 
| pageToken | 
 Page token received from a previous  | 
Request body
The request body must be empty.
Response body
Response message for services.list.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "billingAccountServices": [
    {
      object ( | 
| Fields | |
|---|---|
| billingAccountServices[] | 
 The returned  | 
| nextPageToken | 
 Token that can be sent as  | 
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/cloud-platform
- https://www.googleapis.com/auth/cloud-billing
- https://www.googleapis.com/auth/cloud-billing.readonly
For more information, see the Authentication Overview.