Request
Body Params application/json
{
"platform": "WEB",
"ipAddress": "140.0.230.169",
"authLocation": "-6.1744-106.8294",
"browserDeviceType": "Chrome Windows",
"browserDeviceVersion": "120.0.0.0",
"email": "pnu15@onlinecmail.com",
"password": "Dayalima12345",
"internetSpeed": "10 Mbps",
"clientTypeId": "DEFAULT"
}
Request Code Samples
curl --location --request POST 'http://localhost:8082/rest/web/open/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": "WEB",
"ipAddress": "140.0.230.169",
"authLocation": "-6.1744-106.8294",
"browserDeviceType": "Chrome Windows",
"browserDeviceVersion": "120.0.0.0",
"email": "pnu15@onlinecmail.com",
"password": "Dayalima12345",
"internetSpeed": "10 Mbps",
"clientTypeId": "DEFAULT"
}'
Responses
application/json Modified at 2024-03-06 02:01:11