Items - Consume

Use a consumable item from a user's inventory

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This HTTP endpoint allows you to use a limited-use item belonging to a user. You must pass in the id of the item instance to use. This id can be obtained from the user's inventory. It is important to note that this is NOT the same as the item id which is returned from the items action. Calling this action on an unlimited use item will return failure, since that operation is not supported.

Note:

📘

Note

This method is to be called from a server only. If, and only if, the game is client-side only with no server, you will need to use our client API call to consume items.

Body Params
string
required

Your private API key

int32
required

The Kongregate user ID of the owner of the item

string
required

The game_auth_token for the user

int32
required

The item instance ID

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json