Skip to content

Instantly share code, notes, and snippets.

@dangerbell
Forked from EricWarnke/request.sh
Created November 1, 2012 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dangerbell/3996996 to your computer and use it in GitHub Desktop.
Save dangerbell/3996996 to your computer and use it in GitHub Desktop.
curl https://api.mover.io/connectors \
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" \
-X GET
{
"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