Skip to content

Instantly share code, notes, and snippets.

@EricWarnke
Created November 2, 2012 20:07
Show Gist options
  • Save EricWarnke/4004012 to your computer and use it in GitHub Desktop.
Save EricWarnke/4004012 to your computer and use it in GitHub Desktop.
http://mover.io/docs#collections Create a Collection
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"}'
{
"id": "veVn6p61fz0MgFZPNl8z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment