-
-
Save dangerbell/3996996 to your computer and use it in GitHub Desktop.
http://mover.io/docs#connectors - list connectors
This file contains 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 \ | |
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" \ | |
-X GET |
This file contains 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_count" : 1645, | |
"page" : 2 | |
"connectors" : [ | |
{ | |
"id" : "Has397ftbwA96aHgoEa", | |
"type" : "Dropbox" | |
}, | |
{ | |
"id" : "SD96aHgoEagas397ftb", | |
"type" : "SugarSync" | |
}, | |
{ | |
"id" : "EAFJ7gr90ap967ah872", | |
"type" : "AmazonS3" | |
}, | |
{ | |
"id" : "AL98aAGHJp25ahg9u9h", | |
"type" : "FTP" | |
} | |
... | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment