api getUserSnipes

202269 5 0

getUserSnipes
does not seem to work
https://bidslammer.com/api/getUserSnipes?key=keyGoesHere&filter=current
i get [] backno matter what filter i use
and i do have current snipe
aab***965
Hello,
Thank you for your question about the BidSlammer API. Make sure that you substituted your API key for "keyGoesHere". You can get the API key from your Preferences page.
If you believe your URL is correct, please give us the URL in this ticket and we are happy to troubleshoot it for you.
bidslammer
Other end points are working fine.
Like deleteBid and addBid
Here is complete url of not working call based on api reference:
https://bidslammer.com/api/getUserSnipes?key=bba46d6314e19f10&filter=current
Guest
Hello,
We investigated the issue you reported. Sure enough, you found a bug. For the time being, until we release a fix, just append "&show_won=undefined" to your URL and it will work. We use our own API, and this explains why it worked for us but not for you -- javascript was adding the "&show_won=undefined".
Also, we like to ask customers how they are using the API; would you mind sharing your use case?
And, we would appreciate any improvements you could suggest to improve the API.
Thanks again for your report.
bidslammer
Thanks
It workes now.
I do not have a fancy use of your API.
I just like to quickly change item and price paste it into browser
Do not have to login.
Guest