Version: 20.05 (EOL)
Tasks REST API
The Tasks API provides a REST service for creating and updating tasks in Journey Manager in a secure and efficient manner.
Security
To access the Tasks 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 Tasks 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 Tasks REST API endpoint URL is:
https://<JM_SERVER>/manager/secure/rest/tasks/v1/
Service operations
The Tasks REST API provides the following operations.