Login
Login
| Request Body — REQUIRED |
|---|
email email — REQUIRED |
password password — REQUIRED |
| Responses | ||||||
|---|---|---|---|---|---|---|
200Login successful
| ||||||
401Unauthorized
|
Login
| Request Body — REQUIRED |
|---|
email email — REQUIRED |
password password — REQUIRED |
| Responses | ||||||
|---|---|---|---|---|---|---|
200Login successful
| ||||||
401Unauthorized
|
POST /auth/login
https://api.malipopay.co.tz/api/v1curl -L 'https://api.malipopay.co.tz/api/v1/auth/login' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"email": "test@malipopay.co.tz",
"password": "12A4567#"
}'