Skip to content

Instantly share code, notes, and snippets.

@joshchu
Created October 1, 2014 13:55
Show Gist options
  • Save joshchu/222b3a87ce0c75d3e07d to your computer and use it in GitHub Desktop.
Save joshchu/222b3a87ce0c75d3e07d to your computer and use it in GitHub Desktop.
Curl example for export_run API call
curl -X POST https://app.salsify.com/api/export_runs -d @<file you stored the configuration at>.json --header "Content-Type:application/json" --header "X-AUTH-TOKEN: <your auth token here>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment