response = requests.get(authorization_url, params=params)
# Use API key to authenticate API requests headers = 'Authorization': f'Bearer api_key' response = requests.get('https://mx40-pro-device.com/api/v1/data', headers=headers) mx40 pro api authentication
: A critical security and operational feature of the MX40 Pro is that it can only be controlled by one "master" at a time. If the VMP (Vision Management Platform) software is actively running on a computer and connected to the processor, the device will "lock" itself to that specific IP address. response = requests