Skip to main content

Get help for ARIS Process Mining functions and services

Authentication response

The response of your authentication request to the ARIS cloud is a JSON object that includes the tenant, a URL, and an access token.

{

"tenant": "<project_room>",

"token": "<access_token>,

"url": "<any_URL>"

}

{
"tenant": "myProjectRoom",
"token":"...eyJpYXQiOjE2NjE5MzY3NzgsImp0aSI6IjBqLWg2TkZqc3RLb0pTZ1U1dXJUYmRXcUs3NGplRV9EZzRyeXhOeDN5dkxkakJsRFI2Z2NzUEJueGpRTmNHTXU0cFo2R2loazMwQ0NMOUR4d0lQdiIsInN1YiI6ImR...",
"url": "https://processmining.ariscloud.com"
}

The response of your authentication request to the ARIS Enterprise cloud is a JSON object that includes an application token:

{

  'applicationToken': '…'

  }