Last updated 9 months ago
Sets a device's data.
The device's unique ID.
"00000000-0000-4000-f000-000000000001"
Successful response.
"{}"
const response = await fetch('https://survey.pulseinsights.com/devices/{deviceUdid}/set_data?identifier=PI-1234567890', { method: 'GET', headers: {}, }); const data = await response.json();
{}