Download a package

Downloads a package. This redirects to the package content or returns a 404 response if the package is not found or doesn`t have content.

FOLLOW REDIRECTS IN CURL
Use the -L flag to follow redirect paths. For example: curl -L -X GET 'https://www.workato.com/api/packages/<package_id>/download' - H 'Authorization: Bearer <api_token>

Path parameters

idstringRequired
Package ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Errors