- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
List all the certificates that match the filter. Restrict to certificate of current client only.
HTTP request
GET https://integrations.googleapis.com/v1/{parent=projects/*/locations/*}/certificates
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The client, which owns this collection of Certificates. | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 The size of entries in the response. If unspecified, defaults to 100. | 
| pageToken | 
 The token returned in the previous response. | 
| filter | 
 Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. | 
| readMask | 
 The mask which specifies fields that need to be returned in the Certificate's response. This is a comma-separated list of fully qualified names of fields. Example:  | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListCertificatesResponse.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
- integrations.certificates.list
For more information, see the IAM documentation.