Api Authentication | Mx40 Pro
# 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)
params = 'client_id': client_id, 'response_type': response_type, 'redirect_uri': redirect_uri, 'scope': scope mx40 pro api authentication