With this API, you can get a list of preferred compliance frameworks configured for a subscription, including the count of top-level requirements for each mandate.
API Request
curl -X GET "<gateway_base_url>/pcrs/1.0/mandate/list" \
-H "Authorization: <bearer_token>" \
-H "Accept: application/json"
JSON Response
[
{
"id": 1,
"name": "PCI DSS v4.0",
"requirementsCount": 12
},
{
"id": 2,
"name": "HIPAA",
"requirementsCount": 8
}
]