Skip to content

Instantly share code, notes, and snippets.

@renatosnrg
Created October 5, 2012 14:54
Show Gist options
  • Save renatosnrg/3840263 to your computer and use it in GitHub Desktop.
Save renatosnrg/3840263 to your computer and use it in GitHub Desktop.
API to get connection_id given an email
curl -iX POST --user <API_id>:<API_secret> -d "{'email': '<email>'}" -H 'Content-type: application/json' 'https://api.socialidnow.com/v1/marketing/login/apps/<login_app_id>/connections/email'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment