Skip to content

Instantly share code, notes, and snippets.

@r0yfire
Created August 9, 2017 13:58
Show Gist options
  • Save r0yfire/ad43999828078e06ac3e2580dd060830 to your computer and use it in GitHub Desktop.
Save r0yfire/ad43999828078e06ac3e2580dd060830 to your computer and use it in GitHub Desktop.
Using cURL with Cymon API
curl -XPOST https://api.cymon.io/v2/auth/login -H 'Content-Type: application/json' -d '{"username": "user", "password": "pass"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment