cURL
curl --request PATCH \ --url https://api.gameboost.com/v1/item-offers/status/bulk \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "itemOffers": [ "{{itemOfferId1}}", "{{itemOfferId2}}" ], "status": "archived" }'
List, unlist or archive multiple item offers by updating their status in bulk.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully updated the status of multiple item offers.