List an investor's API keys
API Keys
List an investor's API keys
Lists the active API keys scoped to a single investor. Secrets are
never returned — the secret_key is shown only once, in the response
to the create call. Must be called with tenant-wide credentials; an
investor-scoped key cannot manage keys (returns 403).
GET
List an investor's API keys
Authorizations
HTTP Basic Authentication using the API Key as username and API Secret as password.
Path Parameters
The prefixed public id of the investor (e.g. inv_…).
Response
API keys retrieved successfully.
List envelope. data holds the page of items;
each item is itself wrapped in a ResourceEnvelope.