POST
/
user
/
auth
/
password
curl --request POST \
  --url https://api.icepanel.io/v1/user/auth/password \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "password": "<string>"
}'
{
  "authToken": "<string>"
}

Body

application/json
email
string
required
password
string
required
Required string length: 8 - 128

Response

200
application/json
OK
authToken
string
required