Skip to content

Instantly share code, notes, and snippets.

@nishantji
nishantji / addManualBizSku.py
Last active December 3, 2020 02:26
Adding Manual Subscriptions for Business SKU
#!/usr/bin/env python
# coding: utf-8
import requests
import csv
register_endpoint = 'https://api3.fox.com/v2.0/register'
login_endpoint = 'https://api3.fox.com/v2.0/login'
post_payacc_endpoint = 'https://api3.fox.com/v2.0/paymentaccount/'
ev_endpoint = 'https://rest-prod-fox.evergent.com/foxusa/addSubscriptions'