Last updated 6 months ago
Get policy virtual keys. Only users with the Standard Registry role are allowed to make the request.
Policy identifier.
Policy virtual keys.
const response = await fetch('/api/v1/policies/{policyId}/virtual-keys', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
binary