Skip to main content
GET
List By Account

Authorizations

Authorization
string
header
required

The Authorization header expects a Bearer token.

Query Parameters

account.userAccount.id
string
account.serviceAccount.id
string
pageSize
string<int64>

Specifies the maximum number of items to return in the response. Default value: 10

pageToken
string

Token for pagination, allowing the retrieval of the next set of results.

filter
string

A filter to narrow down the results based on specific criteria.

Response

200 - application/json

A successful response.

items
object[]

List of access keys returned in the response. The field should be named as items for consistency.

nextPageToken
string

Token for pagination, indicating the next set of results can be retrieved using this token.