Prerequisites: * API doc - Read here * How to get API key and Auth Code - Read here Examples: Read Tickets url = auth = ('<apli_key>','<auth_code>') res = requests.get(url,auth=auth) Create a New ticket import requests import json url = auth = ('<apli_key>','<auth_code>') headers = {'Content-…