Skip to content

Instantly share code, notes, and snippets.

@kpnemo
Last active May 15, 2017 17:52
Show Gist options
  • Select an option

  • Save kpnemo/0dcbff07ea69ca33752c2258302346a3 to your computer and use it in GitHub Desktop.

Select an option

Save kpnemo/0dcbff07ea69ca33752c2258302346a3 to your computer and use it in GitHub Desktop.
curl -X POST \
http://api.showbox.com/v/0.0.1/ziprecruiter/video \
-H 'apikey: 582da909ed4998fa7784069d' \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-H 'postman-token: 9c63c466-7116-3cf3-bf38-35f10d75c505' \
-d '{
"name": "Mike",
"notification_email": "",
"image": "",
"location": "Tel Aviv, Israel",
"rec_video_id": "some video id from recorder",
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment