post https://api.pay2mobiles.com/api-service/hotel/authenticate
Log in to see full request history
Responses
xxxxxxxxxx
curl --location 'http://localhost:8099/api-service/hotel/authenticate' \
--header 'api_key: 2562356715726' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "Axxxxxxxxxxxw",
"userName": "xxxxxxxx",
"password": "xxxxxxx",
"endUserIp": "223.190.81.17"
}'
xxxxxxxxxx
23{
"code": "0000",
"message": "SUCCESS",
"data": {
"status": 1,
"tokenId": "d57ef303-777c-4dc4-9b53-dbfc681b00cf",
"error": {
"errorCode": 0,
"errorMessage": ""
},
"member": {
"firstName": "Dxxxxr",
"lastName": "Uxxxxxxy",
"email": "sxxxxxxxchies.com",
"memberId": 57797,
"agencyId": 57638,
"loginName": "WxxxxH",
"loginDetails": "Login Success at#@ 15/03/2024 03:12:35 #@ IPAddress: 223.190.85.222",
"primaryAgent": false
}
},
"success": true
}