Table of contents

On this page we have an example python script to:

  • Add a device
  • Update a setting

In this example, we used a windows PC where we installed Python

Install dependencies

pip3 install requests
pip3 install requests-hawk


Gather data from GRAPE

Gather API key

You need to create the API key if not already available.


Copy 1: Access Key ID


Copy 2: Access Key Secret

Find your device product code

The following codes are available:


Product:

  1. N610/N670/N870(E)
  2. P710
  3. P810(B)
  4. P820/P825
  5. P850W/P855BW

Product code:

  1. gigasetNx70
  2. gigasetP710
  3. gigasetP810
  4. gigasetP82x
  5. gigasetP85x

Find the setting you want to update


Setting:

N610/N670/N870(E)

key-uuid:

  1. Redirect server URL:
  1. 094c8a73a08644a1aaba837c33dfb528

Desktop


  1. Redirect server URL:
  1. 50a400560eec4dc0b96b026094e06562

Python script

Download the following python script: add_device.py