keys
keys(pattern: string
, count: number
): Promise<StoragePage>
Retrieves all the keys assigned to a Voximplant application.
Parameters
pattern:
string
OptionalOptional. Namespace that keys should contain
count:
number
OptionalOptional. Maximum number of keys to return in a single request. The default value is 1000.
Returns
type:
Promise<StoragePage>