Get a list of keys for a given organization. The caller must have admin access to the organization.
import {ApiKeys} from '@verdocs/js-sdk/Organizations';const keys = await ApiKeys.getKeys(ORGID); Copy
import {ApiKeys} from '@verdocs/js-sdk/Organizations';const keys = await ApiKeys.getKeys(ORGID);
Get a list of keys for a given organization. The caller must have admin access to the organization.