Discussions
Item receive endpoint problems
3 months ago by Andrew
Hey. I got problem with marking item as received. I talk about this endpoint:
https://csgoempire.com/api/v2/trading/deposit/{deposit_id}/received
Firstly docs say that we need to pass deposit_id
, but in reality it expected item_id
, as I checked dev tools when marked item received on site.
And secondary seems like this page is protected with Cloudflare, because only with it I had proxy to make request, and because of that I can't automate process of marking item as received.
Can you please have a look?