GET Preferred Framework List API

GET/pcrs/1.0/mandate/list

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. 

Sample -  List compliance frameworks configured for a subscriptionSample -  List compliance frameworks configured for a subscription

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
  }
]


 

 

 

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.