store
Fetch store products.
This endpoint will retrieve the available products from the store
get/store
Query parameters
type0 | 1 | 2 | 3
The set of available store product types.
- 0: Consumable
- 1: Non-Consumable
- 2: Non-Renewing Subscription
- 3: Auto-Renewing Subscription
The type of products to fetch.
- 0: Consumable
- 1: Non-Consumable
- 2: Non-Renewing Subscription
- 3: Auto-Renewing Subscription
Response
Successful Kurozora JSON response
object required
Example response
{
"meta": {
"version": "1.0.8",
"queryCount": 0,
"isUserAuthenticated": false,
"authenticatedUserID": null
}
}Changes
Changed in 2 of the 50 revisions of this API.2
- ○
the endpoint scheme security
apiKeywas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
apiKeywas removed from the APIapi-security-removed
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○