cURL
curl --request GET \ --url https://api.example.com/vendor/inventory-items \ --header 'Authorization: Bearer <token>'
Retrieves list of InventoryItems
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Ok