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