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.
blnk.ApiKeys.list
| Field | Description |
|---|---|
options.owner | Owner whose keys to return. Required when authenticating with the master key. |
Response shape
200 OK
response.data is an array of API key records without the plaintext key value.
Related docs
How API keys work
Scopes, the master key, and the auth model.
List API keys
HTTP request and response schema.