Download the policy’s attached file.
Returns the file content with appropriate headers for download.
curl --request GET \
--url https://api.example.com/v1/policies/{policy_id}/file{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?
curl --request GET \
--url https://api.example.com/v1/policies/{policy_id}/file{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}