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 https://api.mover.io/transfers/ \ | |
-X GET \ | |
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" |
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
{ | |
"connector_id" : "3hasul178ytgsaWOY3TOTH7P9", | |
"collection_id" : "295apARTYtuy6AaRS2ay95go6" | |
} |
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
{ | |
"id": "AOq0256atUHouhaG9265Rs", | |
"status": { | |
"code": 200, | |
"text": "Completed Successfully - All Files Transferred" | |
}, | |
"source": { | |
"connector_id": "ZHapto96125uySRatpo7UO", | |
"collection_id": "61253p7AHTG69tpoHSTG9U" | |
}, |
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 https://api.mover.io/connectors/lOVdV48pmWA7GDmmjkth/collections/DKLsd898sdKj/items \ | |
-X POST \ | |
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" \ | |
-F item=@"my_pic.jpg" |
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 https://api.mover.io/connectors/lOVdV48pmWA7GDmmjkth/items/RM3EtVf7tvSa9cygDeoJ \ | |
-X GET \ | |
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" |
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
{ | |
"id" : "ASFwerg290dCaFLJ", | |
"name" : "/", | |
"writable" : true, | |
"parent_id" : "qyrpgubAHGJSL239567", | |
"contents" : [ | |
{ | |
"id" : "AOL96aghibhOAH99K67Gasjlf", | |
"name" : "Shared Pictures", | |
"type" : "folder", |
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 https://api.mover.io/connectors/Lfl1xl36VwjzwrcdRYab/collections \ | |
-X POST \ | |
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" \ | |
-d '{"name" : "My Amazing Folder", "parent_id" : "H5EquEaGxt6L4SuG2RWN"}' |
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 https://api.mover.io/connectors/AOG06La095pHG/collections/DKLsd898sdKj \ | |
-X GET \ | |
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" |
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 https://api.mover.io/connectors/AOG06La095pHG/collections \ | |
-X GET \ | |
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" |
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 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"}}' |