Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To make a request, you need to generate an access API token and install cURL, as described here.

Example request

Code Block
languagejs
firstline1
linenumberstrue
curl -H "X-Auth-token: abcd" "http://yourdomain/url-to-api"

...