Get Auto Login Token

KB Tags associated with this article:
Use all tags
KB Tags
Body

Description

Generates the Auto Login token to access the Acronis management panel.

HTTP Method

GET

Example Test URL Request

US Location https://test.httpapi.com/api/backup/us/auto-login-details.json?auth-userid=0&api-key=key&backup-order-id=0
Asia Location https://test.httpapi.com/api/backup/asia/auto-login-details.json?auth-userid=0&api-key=key&backup-order-id=0

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
backup-order-id Integer Required Order id of the backup order.

Response

Returns a hash map containing the below details:

  • Status Response (status)

  • Auto Login URL to access the panel (autoLoginUrl)

  • Order id of the backup order (orderid)

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.