Use a consumable item from a user's inventory

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.

Language
Click Try It! to start a request and see the response here!