cURL
curl --request POST \ --url https://api.example.com/v1/nfor/policies-roles \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "policyNames": [ "<string>" ] } '
[ { "roleString": "<string>", "tokenId": "<string>", "policyName": "<string>" } ]
Fetch policies roles
30
ok
Was this page helpful?