I've been testing some API calls in Postman - no HMAC, no timestamp (just for ease of testing.)
Every call I make returns 200, but doesn't deliver anything in the response body.
I feel like I must be missing something obvious.
I have the call [website]/[folder]/json.mvc?Function=ProductList_Load_Query
I've passed the API token in the header and in the request itself, checked the console in Postman and nothing looks erroneous -- can anyone lend a hand?
Every call I make returns 200, but doesn't deliver anything in the response body.
I feel like I must be missing something obvious.
I have the call [website]/[folder]/json.mvc?Function=ProductList_Load_Query
I've passed the API token in the header and in the request itself, checked the console in Postman and nothing looks erroneous -- can anyone lend a hand?
Comment