policy
Fetches a policy
get/policy/{packageName}
Path parameters
packageNamestring required
Example:@vincent/foo-bar-policy
Package name of the policy to retrieve
Response
Successful operation
Example response
{
"packageName": "@vincent/foo-bar-policy",
"authorWalletAddress": "0xa723407AdB396a55aCd843D276daEa0d787F8db5",
"description": "This policy is a foo bar policy",
"activeVersion": "1.0.0"
}