/gmail/v1/users/{userId}/settings/cse/keypairs
GET
/gmail/v1/users/{userId}/settings/cse/keypairsLists client-side encryption key pairs for an authenticated user.
Request
Path Params
userId
string
required
The requester's primary email address. To indicate the authenticated user, you can use the special value me
.
Query Params
pageSize
integer
optional
The number of key pairs to return. If not provided, the page size will default to 20 entries.
pageToken
string
optional
Pagination token indicating which page of key pairs to return. If the token is not supplied, then the API will return the first page of results.
Request samples
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a year ago