Authentication
To authenticate and authorize when using our API, you need to add the correct credentials in the request headers. You should include the API key in the headers using the key name x-api-key.
The value should be set to your specific API key, like so:
x-api-key: your-api-key
Make sure that this header is included in each API request to ensure proper authentication and/or authorization.
API keys are listed here: https://app.ventory.io/developer/settings
Beware that this is environment specific, keys generated on the Production environment will not work in the Development environment