List keys for an API
Changelog
Date | Changes |
---|---|
Dec 06 2023 | Introduced endpoint |
May 15 2024 | Return updatedAt timestamp |
Aug 01 2024 | Return identities |
Aug 01 2024 | Added filtering by externalId |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The id of the api to fetch
The maximum number of keys to return
Use this to fetch the next page of results. A new cursor will be returned in the response if there are more results.
Deprecated. Use externalId
instead.
If provided, this will only return keys where the externalId
matches.
Decrypt and display the raw key. Only possible if the key was encrypted when generated.
EXPERIMENTAL
Skip the cache and fetch the keys from the database directly. When you're creating a key and immediately listing all keys to display them to your user, you might want to skip the cache to ensure the key is displayed immediately.
Response
The cursor to use for the next page of results, if no cursor is returned, there are no more results
The total number of keys for this api
Was this page helpful?