API keys
List API keys
List API keys for an owner with the TypeScript SDK.
GET
List API keys
Use
blnk.ApiKeys.list to list API keys for an owner.
1
Call the method
blnk.ApiKeys.list
2
Use the key list
Iterate over
response.data to find keys by name, scopes, or expiration. Plaintext key values are not included in list results.3
Response
200 OK