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

Showing articles from API Script 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…

Sample script for creating tickets with attachments using API

Find attached a sample Python scripts for creating tickets with attachments using API. CreateTicket.py - Code to create the ticket with attachment GenerateBASIC.py - Please use this to generate the BASIC component used for authentication during the API call.

scroll to top icon