Skip to main content

Version: 23.10

Application Package REST API

The Application Package API provides a REST service for listing application packages in Journey Manager, and uploading and downloading application package archive files.

Security

To access the Application Package REST endpoint, the caller needs to be authenticated using HTTP Basic Authentication. The authenticated user needs a user account on the Journey Manager server, and this account needs to be active and have access to the Management Console module.

To be authorized to call the service, the user account also needs the Management Console permission REST Application Package API.

If the user is not a global administrator, only application packages belonging to the organizations assigned to the user will be accessible. For more information, see Security Managers Overview.

Endpoint URL

The Application Package REST API endpoint URL is:

https://<JM_SERVER>/manager/secure/rest/application-package/v1/

Service operations

The Application Package REST API provides the following operations.