APIs
List keys for an API
GET
/
v1
/
apis.listKeys
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
Minimum length:
1
The maximum number of keys to return
Required range:
1 < x < 100
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.
Minimum length:
1
If provided, this will only return keys where the externalId
matches.
Minimum length:
1
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.
Was this page helpful?