**Source URL:** https://limited.veevavault.dev/sitevault/vault-api/api-reference/18.1/configuration-migration/export-package.md

# Export Package



<Endpoint path="/api/{version}/services/package" method="POST"></Endpoint>

## Headers {#headers}

<FieldTable>
| Name | Description |
| --- | --- |
| `Content-Type` | `application/x-www-form-urlencoded` |
</FieldTable>

## Body Parameters {#body-parameters}

<FieldTable>
| Name | Description |
| --- | --- |
| `packageName` | The name of the Outbound Package you would like to export. |
</FieldTable>

## Request {#request}

<CodeExample title="">
```
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/v16.0/services/package

```
</CodeExample>

## Response Details {#response-details}

The response body is the binary .vpk file.



---

**Previous:** [Configuration Migration](/sitevault/vault-api/api-reference/18.1/configuration-migration)  
**Next:** [Import Package](/sitevault/vault-api/api-reference/18.1/configuration-migration/import-package)