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

limitintegerOptional
Limit of number of items returned.
page_tokenstringOptional
Page token for pagination.
ascendingbooleanOptional
Sort in ascending temporal order.

Response

This endpoint returns an object.
countinteger
Number of items returned.
public_keyslist of objects

Public-key credentials only, ordered by creation time descending by default.

next_page_tokenstringOptional
Page token for pagination.