Skip to content

Instantly share code, notes, and snippets.

@EricWarnke
Created November 2, 2012 21:41
Show Gist options
  • Save EricWarnke/4004510 to your computer and use it in GitHub Desktop.
Save EricWarnke/4004510 to your computer and use it in GitHub Desktop.
http://mover.io/docs#transfers - Show a Transfer
curl https://api.mover.io/transfers/AOq0256atUHouhaG9265Rs \
-X GET \
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd"
{
"id" : "AOq0256atUHouhaG9265Rs",
"status" : {
"status_code" : 200,
"status_text" : "Completed Successfully - All Files Transfered"
},
"source" : {
"connector_id" : "ZHapto96125uySRatpo7UO",
"collection_id" : "61253p7AHTG69tpoHSTG9U"
},
"destination" : {
"connector_id" : "za0536H0sdh526JLlH",
"collection_id" : "AStoghH9woh2AAaot56TH"
},
"flags" : {
"archive" : true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment