{
"links": {
"self": {
}
},
"sandboxResponses": [
{
"request": {
"authenticatingFactors": {
"password": "PASSWORD"
},
"identifyingFactors": {
"memberId": "2300"
}
},
"response": {
"balance": 100000
}
}
]
}
..
But when I try to get the member details with the above member ID, I am getting an error
curl -X GET -i -H 'Content-Type: application/json' -H 'Authorization: MAC id="88da2579ed4a40278447a3b8f3ff7e64", ts="1458849615", nonce="PokSTvCJ", ext="", mac="mRuRO9nzW3Bi8AQsL3lXflhf2U8="' https://sandbox.lcp.points.com/v1/lps/d23a3483-43e9-4198-808f-948fcf8f191e/mvs/2300
I am getting
"description": "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.",
I am refereing to
http://points.github.io/Loyalty-Commerce-Platform/?doc=api-reference#get-a-mv