cURL
curl --request GET \ --url https://api.gameboost.com/v1/item-offers \ --header 'Authorization: Bearer <token>'
Retrieve a list of all item offers associated with the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved the list of all items.