Planon IoT
:
Axonize (stand-alone)
:
Login – Auth
:
Response Properties
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
.
See Also
Authentication/Request Headers
and
API Response Codes
.
This site works best with JavaScript enabled