Skip to main content

Version: 23.10

Transactions REST API

The Transactions API provides a REST service for querying and updating Journey Manager transactions in a secure and efficient manner.

Security

To access the Transactions 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 will also need the Management Console permission REST Transactions API. You also need to be either an administrator with global access or associated with an organization to access its transaction records.

Endpoint URL

The Transactions REST API endpoint URL is:

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

Service API

The Transactions REST API provides the following operations.