curl --request GET \
--url http://localhost:3333/v1/policies/download-all \
--header 'X-API-Key: <api-key>'Generates a PDF bundle containing all published policies with organization branding and returns a signed download URL
curl --request GET \
--url http://localhost:3333/v1/policies/download-all \
--header 'X-API-Key: <api-key>'API key for authentication
Signed URL for PDF bundle returned
Was this page helpful?