English
cURL
curl --request POST \ --url https://api.iklim.co/v1/auth/login \ --header 'Content-Type: application/json' \ --data ' { "username": "[email protected]", "password": "password" } '
200
Example
{ "username": "<string>", "type": "<string>", "accessToken": "<string>", "refreshToken": "<string>"}
Login Operations are Made With Username And Password
User Name in E-Mail Format
"[email protected]"
Password
"password"
Successful Login
User Name
Authentication Token Type
Authentication Token
Refresh Token