Skip to content

Instantly share code, notes, and snippets.

@EricWarnke
Created November 2, 2012 22:36
Show Gist options
  • Save EricWarnke/4004780 to your computer and use it in GitHub Desktop.
Save EricWarnke/4004780 to your computer and use it in GitHub Desktop.
http://mover.io/docs#account - Get Account Info
curl https://api.mover.io/account/limits \
-X GET \
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" \
{
"account_level" : "free",
"request_limit" : "100000",
"data_limit" : "26843545600",
"requests_used" : "567",
"data_used" : "1610612736"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment