Skip to content

Instantly share code, notes, and snippets.

@EricWarnke
Created November 1, 2012 23:12
Show Gist options
  • Save EricWarnke/3997385 to your computer and use it in GitHub Desktop.
Save EricWarnke/3997385 to your computer and use it in GitHub Desktop.
http://mover.io/docs#transfers - Create a Transfer
curl https://api.mover.io/transfers \
-X POST \
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" \
-d '{"source" : {"connector_id" : "nb50429A5J50Ll06t2052rstiy", "collection_id" : "L1Bob3Rvcw"}, "destination" : {"connector_id" : "0wjcwjbpi5kmbhvnv8ug8noaqkc8on8f", "collection_id" : "L015IEF3ZXNvbWUgRm9sZGVy"}}'
{
"id" : "A2ALFGHpatFLJ96roy"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment