Created
October 1, 2014 13:55
-
-
Save joshchu/222b3a87ce0c75d3e07d to your computer and use it in GitHub Desktop.
Curl example for export_run API call
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 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