Skip to content

Instantly share code, notes, and snippets.

@lkdocs
Last active December 22, 2015 20:39
Show Gist options
  • Save lkdocs/6527861 to your computer and use it in GitHub Desktop.
Save lkdocs/6527861 to your computer and use it in GitHub Desktop.
curl -X POST https://api.launchkey.com/v1/auths \
-d app_key=1234567890 \
--data-urlencode secret_key=SECRET_KEY \
--data-urlencode signature=SIGNATURE \
-d username=USERNAME \
-d session=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment