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