Skip to content

Login

POST
/auth/login
curl --request POST \
--url https://api.huddlesurety.co/auth/login \
--header 'Content-Type: application/json' \
--data '{ "email": "example", "password": "example" }'

Body

Media typeapplication/json

Body

object
email
required
string
password
required
string
Examplegenerated
{
"email": "example",
"password": "example"
}

No Content