Login
Use POST /session to log in to RESTful API.
Specify the Token obtained by POST /session as the authorization header when issuing the API command.
The token is valid for 30 minutes. You cannot extend this validity period of the token.
If you use an expired and disabled Token, the API command fails with an HTTP status code of 401.
You can select whether to issue a refresh token when logging in.
If a refresh token is not issued, you are automatically logged out when the token expires.
If a refresh token is issued, you can use that refresh token to reissue a token while the refresh token is still valid. If the refresh token expires, you are automatically logged out.
The refresh token is valid for 10 hours.

