POST /auth/login
User login
curl -H "Content-Type: application/json" -X POST https://api.sandbox.lawielabs.com/auth/login -d '{
"email": "<string>",
"password": "<string>"
}'Parameters
- bodybody
Responses
- 200Login success
Try it
Replace each path placeholder before sending a live request. Query parameters are configured from the documented operation, not entered here.