OPSkins / trade-opskins-api

API docs for trade.opskins.com
41 stars 19 forks source link

404 Not Found error: Get Inventory from steam id #88

Closed OforgeO closed 6 years ago

OforgeO commented 6 years ago

Hello

https://api-trade.opskins.com/ITrade/GetUserInventoryFromSteamId/v1?steam_id=&app_id=1

I use this api for get items But it shows 404 error { "status": 404, "time": 1537509118, "message": "Not Found" }

How can I resolove this?

ha1331 commented 6 years ago

It means the user doesn't have opskins account. Also it's likely you wouldn't want to get app_id=1

Voyager-Two commented 6 years ago

Hello,

If the user does not exist, the message will say "No such user found".

However, I believe what you need to do is send an API Key, as this endpoint requires it. &key=yourapikey

Thanks