Skip to content

/auth/site/login

POST
/auth/site/login
curl --request POST \
--url https://demo.consystence.com/auth/site/login \
--header 'Content-Type: application/json' \
--data '{ "email": "example", "pin": "example" }'
Media typeapplication/json
object
email
string
nullable
pin
string
nullable
Examplegenerated
{
"email": "example",
"pin": "example"
}

OK