Skip to main content
POST
/
v1
/
auth
/
login
Login Operation
curl --request POST \
  --url https://api.iklim.co/v1/auth/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "name@domain.com",
  "password": "password"
}
'
{ "username": "<string>", "type": "<string>", "accessToken": "<string>", "refreshToken": "<string>" }

Body

application/json
username
string
required

User Name in E-Mail Format

Example:

"name@domain.com"

password
string
required

Password

Example:

"password"

Response

Successful Login

username
string
required

User Name

type
string
required

Authentication Token Type

accessToken
string
required

Authentication Token

refreshToken
string
required

Refresh Token