Much like Steam's WebAPI, requests to our API use the format https://api.opskins.com/IInterfaceName/MethodName/v1/. Most requests should гse the GET method, but some (specially marked) methods require POSTs.
Most requests require authentication. Those that don't are marked. To authenticate, you'll need your API key from your account page. We prefer that you send your key as your username in HTTP Basic authorization, but you can also supply it as a key GET or POST parameter (depending on the request method).
显示传递API密钥的所有相同示例。 我不明白
答案 0 :(得分:1)
API密钥参数称为key
。
示例:https://api.opskins.com/IInventory/GetInventory/v1/?key=YOUR_KEY_HERE