List Public-Key Credentials
List Public-Key Credentials
List only public-key credentials visible to the bearer caller’s scope.
Bearer credentials are never returned, even though both credential types
share storage and pagination indexes. Requires api_key_read.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
limit
Limit of number of items returned.
page_token
Page token for pagination.
ascending
Sort in ascending temporal order.
Response
This endpoint returns an object.
count
Number of items returned.
public_keys
Public-key credentials only, ordered by creation time descending by default.
next_page_token
Page token for pagination.
