Learn how to authenticate with the Product API.
All endpoints in the Product API require authentication via an access token, your site ID and your site type. This token must be included in the headers of every request.
Salesforce
, Magento
and CustomX-Videowise-Access-Token
header of your request.siteId
and siteType
in your request body.Example:
If the token is missing or invalid, the API will return a 401 Unauthorized error:
If siteId or siteType is missing, the API will return a 400 Bad Request with one of the following errors error:
Learn how to authenticate with the Product API.
All endpoints in the Product API require authentication via an access token, your site ID and your site type. This token must be included in the headers of every request.
Salesforce
, Magento
and CustomX-Videowise-Access-Token
header of your request.siteId
and siteType
in your request body.Example:
If the token is missing or invalid, the API will return a 401 Unauthorized error:
If siteId or siteType is missing, the API will return a 400 Bad Request with one of the following errors error: