Hi Rapaport Team,
I want to integrate Rapaport Price List API. I have tried this link in postman https://technet.rapaport.com:449/Info/Prices/Format_Json.aspx with following request.
{"request": {
"header": {
"username": "awesome",
"password": "jsonrocks"
},
"body": {
"shape": "round"
}
}
}
But I am getting error like below :
{
"response": {
"header": {
"error_code": 1001,
"error_message": "Invalid format"
},
"body": {}
}
}
Can you please help us to resolve it?
Can you please provide postman collection if you have?
Thanks