Versions Compared

Key

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

...

Note
titleRemember to quote parameters

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

Below is an example API request.

No Format
php index.php /api/users/get.json -u USER -k KEY -m GET -p "'user_id=1"'

Within the Blesta environment

...