Skip to main content
GET
/
store
/
inventory
JavaScript
import BeaverdockAPI from 'beaverdock-api';

const client = new BeaverdockAPI({
  apiKey: process.env['BEAVERDOCK_API_API_KEY'], // This is the default and can be omitted
});

const response = await client.store.listInventory();

console.log(response);
{}

Authorizations

api_key
string
header
required

Response

200 - application/json

successful operation

{key}
integer<int32>