Skip to content

Instantly share code, notes, and snippets.

@kpnemo
Created July 17, 2017 14:21
Show Gist options
  • Select an option

  • Save kpnemo/49cb7558cf649fb8e86e4568180c69da to your computer and use it in GitHub Desktop.

Select an option

Save kpnemo/49cb7558cf649fb8e86e4568180c69da to your computer and use it in GitHub Desktop.
curl -X POST \
http://api.showbox.com/v/0.0.1/videoData \
-H 'accesstoken: 58b5912db1ae50853c156564' \
-H 'apikey: 582da909ed4998fa7784069d' \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-H 'postman-token: da650642-d563-05cb-e67d-7fa856fec47e' \
-d '{
"format": "wix_ecommerce1",
"package": "wix_ecommerce_1",
"videoPreview": "cms_id"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment