Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

MOJO HELPDESK API PYTHON EXAMPLE

The script mojo-api-v2-python-examples.py is an example how to use Mojo Helpdesk REST JSON API in Python.

Installation

Install pip first then the requests module:

pip install requests

Running the script

Get your access key from your Mojo Helpdesk account user profile then run:

./mojo-api-v2-python-examples.py YOUR_ACCESS_KEY

More info

Please visit https://developer.mojohelpdesk.com for Mojo Helpdesk API documentation.

Enjoy!