To obtain the access token of the master portal, email address and password are required.
Please be noticed, The access token of fleet and master account are separated
Therefor you can't access Master endpoints with Fleet access token, and vice versa.
OK
{- "email": "user@example.com",
- "password": "string",
- "type": "email",
- "udid": ""
}
Get a short-term access token for specified fleet
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "token": "string"
}