All endpoints in the Product API require authentication via an access token. This token must be included in the headers of every request.Documentation Index
Fetch the complete documentation index at: https://docs.videowise.com/llms.txt
Use this file to discover all available pages before exploring further.
How to get your X-Videowise-Access-Token
How to Authenticate
- Obtain your access token from your Videowise account settings. Go to Settings -> Stores -> Click View license key
- Include the token in the
X-Videowise-Access-Tokenheader of your request.
siteId and siteType are deprecated and no longer required. They were
previously obtained from Settings → Stores → Edit and were passed in the
request body. Existing integrations that still send these fields will continue
to work.