• 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);

    Parameters

    Returns Promise<IApiKey[]>