Skip to main content
Version: 2024.1

Get Administration API token

Description

Gets an authentication token for Administration API.

URL

http://{Admin API IP}:{port#}/Api/Auth/Login

HTTP method

PUT

Request

Headers

Example header format:

Authorization: Basic <authorization token returned from the login method>

Content-Type: application/json

Request body

Example header format:

ParameterDescription/Comments
Username(string) CloudShell username.
Password(string) CloudShell user password.
Domain(string) CloudShell domain.
Request example
{
"Username":"admin",
"Password":"admin",
"Domain":"Global"
}

Response

Response example
"UJvRg9mn6EywpLYMpRPiQg2"
Response code
200