Export package
Export a package using the manifest ID. This action requires the oem_vendor privilege.
Use the Get export status endpoint (/api/managed_users/:managed_user_id/exports/:package_id
) to retrieve details on the exported package.
WARNING: Providing an API client with privilege to this endpoint indirectly gives it the ability to create/update other assets like recipes, lookup tables, Event topics and message templates by examining the resultant zip file.
INCLUDE TAGS WHEN CREATING THE EXPORT MANIFEST: Set the include_tags
attribute to true
when calling the Create an export manifest endpoint to include tags in the exported package.
Path parameters
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.