Versions Compared

Key

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

...

The API is available via a command line interface (CLI). The API supports the following command line parameters:

  1. -u or -user The API user
  2. -k or -key The API key
  3. -m or -method The method for the quest (GET, POST, PUT, DELETE)
  4. -p or -params A serialized array of paramters as you would find in a URL string (e.g. first_name=John&last_name=Doe&company=Acme Co.)
Note
titleRemember to quote parameters

If any of your command line parameters contain special characters or space you must wrap quote marks (") around the value.

...

The API supports hundreds of requests.

-k or -key The API key