Skip to content

policies_get

GET
/policies/{policy_id}
curl --request GET \
--url https://example.com/policies/example

Get a human-readable pretty-printed representation of a stored policy.

policy_id
required

Base58-encoded SHA-256 hash digest (32 bytes)

string

Policy ID

Policy pretty-print found

Media type text/plain
string

Policy not found

Media type application/json
object
message
required
string
Example generated
{
"message": "example"
}

Internal error

Media type application/json
object
message
required
string
Example generated
{
"message": "example"
}