user : signIn

Last change: 2023-01-20 14:16:19
This is a simple interface to sign in a Kinomap user
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).