Skip to main content

Version: 23.10

TestCenter REST API

The TestCenter API provides a REST service for performing test operations in Journey Manager.

Security

To access the TestCenter 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 Test Center API. You also need to be either an administrator with global access or be associated with an organization to access its transaction records.

Endpoint URL

The TestCenter REST API endpoint URL is:

https://<JM_SERVER>/manager/secure/rest/test-center/v1/

Service operations

The TestCenter REST API provides the following operations.