You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

Showing articles from python tag

Sample API requests using Python

**Prerequisites:** 1. API doc - [Read here][1] 2. How to get API key and Auth Code - [Read here][2] **Examples:** **Read Tickets** > url = https://<subdomain>.happyfox.com/api/1.1/json/tickets/ auth = ('<apli_key>','<auth_code>') res = requests.get(url,auth=auth) ` ` **Create a New ticket** > import requ…

scroll to top icon