English
cURL
curl --request POST \ --url https://api.iklim.co/v1/auth/login \ --header 'Content-Type: application/json' \ --data '{ "username": "name@domain.com", "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
"name@domain.com"
Password
"password"
Successful Login
User Name
Authentication Token Type
Authentication Token
Refresh Token