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