Skip to content

Instantly share code, notes, and snippets.

@ajl100b
Created January 4, 2018 10:47
Show Gist options
  • Select an option

  • Save ajl100b/3689d437e0c01e8e463215532231f3e9 to your computer and use it in GitHub Desktop.

Select an option

Save ajl100b/3689d437e0c01e8e463215532231f3e9 to your computer and use it in GitHub Desktop.
cumul.io curl
curl
https://api.cumul.io/0.1.0/authorization \
-X POST \
-H "Content-Type: application/json" \
-d \
'{
"key": "< API key >",
"token": "< API token >",
"action": "create",
"version": "0.1.0",
"properties": {
"type": "temporary",
... (see Node example)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment