Skip to main content
GET
/
api
/
v2
/
policies
/
{policyId}
/
text
Get policy text
curl --request GET \
  --url https://api.example.com/api/v2/policies/{policyId}/text
{
  "text": "<string>"
}

Path Parameters

policyId
string
required

Unique identifier for the policy

Response

Successfully retrieved policy text

Successfully retrieved policy text

text
string
required

Raw text content of the policy document