Tutorial: System.getMachineId

System.getMachineId

Returns a unique identifier (UUID) provided by the machine.

Example

fin.System.getMachineId().then(id => console.log(id)).catch(err => console.log(err));