Skip to main content
All endpoints in the Product API and Media API require authentication via an access token. Include the token in the headers of every request. See the API overview for the base URL, rate limits, and which endpoints to use.

How to get your X-Videowise-Access-Token

How to Authenticate

  1. Obtain your access token from your Videowise account settings. Go to Settings -> Stores -> Click View license key
  2. Include the token in the X-Videowise-Access-Token header 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.
Example:

Error Responses

If the token is missing or invalid, the API will return a 401 Unauthorized error: