Response Properties
Property
Type
Description
Name
String
The user name.
Token
String
The authorization token that enables access to the IoT Platform REST API.
RedirectURL
String
For Internal use. The URL for SSO integration.
200 OK
{
“name”: “some user name”,
“token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9”,
“redirectUrl”: null
}
If the login user name (email) or password is incorrect, then the response is 401.