Class providing methods for working with Make devices. Devices are mobile phones or tablets connected to Make that can trigger or interact with scenarios through the Make mobile app.
Create a new Devices instance.
Function for making API requests
List devices for a team.
The team ID to list devices for
Optional
Optional parameters for filtering and pagination
Promise with the list of devices
// List all devices in team 1const devices = await make.devices.list(1); Copy
// List all devices in team 1const devices = await make.devices.list(1);
Class providing methods for working with Make devices. Devices are mobile phones or tablets connected to Make that can trigger or interact with scenarios through the Make mobile app.