Create an API key.
import {ApiKeys} from '@verdocs/js-sdk/Organizations';await ApiKeys.createKey(ORGID, {name: NEWNAME}); Copy
import {ApiKeys} from '@verdocs/js-sdk/Organizations';await ApiKeys.createKey(ORGID, {name: NEWNAME});
Create an API key.