Skip to content

Export Package

POST/api/{version}/services/package
NameDescription
Content-Typeapplication/x-www-form-urlencoded
NameDescription
packageNameThe name of the Outbound Package you would like to export.
curl -X POST -H "Authorization: {SESSION_ID}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "packageName=PKG-0001" \
--output "myVPK.vpk" \
https://myvault.veevavault.com/api/v18.1/services/package

The response body is the binary .vpk file.