I have created a REST service for the BlipADeal Keyword search API (http://www.blipadeal.com/development....) and I keep getting errors. How do I set it up properly? Currently I have the following
URL: https://webapi.blipadeal.com/api_keyw...?
Method: get
Data Type: json
Request Parameters:
api_key_token
api_secret_token
keyword_list
country
city
sort_method
When I test the connection it says:
Test successful and the following response:
{
"Exception": "'message_status'",
"message_status": "SUCCESS",
"message_action": "SEARCH_KEYWORD_FAILED"
}
However, when I test the same keyword using the console on their website, the keyword I am using produces results