GET
/store/inventory
curl \
-X GET /v3/store/inventory \
-H "api_key: $API_KEY"
Response examples (200)
{
"key": 42
}
curl \
-X GET /v3/store/inventory \
-H "api_key: $API_KEY"
{
"key": 42
}