Last updated 6 months ago
Get policy documents. Only users with the Standard Registry role are allowed to make the request.
Policy identifier.
Documents.
const response = await fetch('/api/v1/policies/{policyId}/documents?pageSize=0&pageIndex=0&type=VC&includeDocument=false', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
[]