Access denied Access granted Authentification Draft Deprecated
user : signIn
Last change: 2023-01-20 14:16:19
This is a simple interface to sign in a Kinomap user
Parameter
Value
Description
login
The user login
md5Pwd
The user password in Md5
deviceId
A unique id from the device. (Example on Android Platform: Secure.getString(getApplicationContext().getContentResolver(), Secure.ANDROID_ID))
Deprecated - hardwareId
deviceModel
devicePrettyName
forceStandard
If set to 1, the return will use a new format implemented (better compliance standard) - Default: 0
outputFormat
Output format - Default: xml
Call
https://api.kinomap.com/user/signIn?
Response Body
An error occured!

	
Response : Valid / Success
  • status: OK when no errors
  • accessToken: The access token for the current user. You can save it and use it for the next api call.
  • username: The username of the current user (If he use his email to sign in)
Response : Error / Failed
Response status is replaced by one of the following:
  • UNABLE_SIGN_IN: Unable to sign in the user (login or password is incorrect).
Sign in