Created
July 17, 2017 14:21
-
-
Save kpnemo/49cb7558cf649fb8e86e4568180c69da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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