The TMS provider api SDK provides Python APIs to create and manage accounts, devices, subsriptions, etc.
- requests
On Debian-based systems, run:
apt-get install python3-requests
Install using pip:
pip3 install tmsproviderapisdk
See examples folder.