Skip to main content

Version: 23.10

TPac REST API

The TPac API provides a REST service for deploying TPacs in Journey Manager, and downloading and deleting TPac archive files.

Security

To access the TPac 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 TPac API.

If the user is not a global administrator, only TPacs belonging to the organizations assigned to the user are accessible.

Endpoint URL

The TPac REST API endpoint URL is:

https://<JM_SERVER>/manager/secure/rest/tpac/v1/

Service operations

The TPac REST API provides the following operations.