Login¶
Login with user name and password to get token, default choose first orgnization.
Request Format¶
METHOD {URI-scheme}://{apigw-address}/solar-api/{version}/loginService/login
Request Parameters¶
| Name | Location | Required | Datatype | Description |
|---|---|---|---|---|
| username | Body | True | String | user name |
| password | Body | True | String | password |
Response Parameters¶
| Name | Datatype | Description |
|---|---|---|
| body | String | token |