Skip to content

Instantly share code, notes, and snippets.

@davidlumley
Created January 29, 2014 02:16
Show Gist options
  • Save davidlumley/8680630 to your computer and use it in GitHub Desktop.
Save davidlumley/8680630 to your computer and use it in GitHub Desktop.
# Index
curl -X GET -v https://clientheartbeat.com/api/v1/contacts.json -d "access_token=YOUR_ACCESS_TOKEN"
# Create
curl -X POST -v https://clientheartbeat.com/api/v1/contacts.json -d "access_token=YOUR_ACCESS_TOKEN" -d "first_name=example" -d "last_name=curl_user" -d "email=example_curluser@example.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment