Checking available devices

 

Make an API request to check the devices that are available for renting.

 

 1.png

 

#Checking a particular device

 

A custom function to check if a device of the given type and with the given hardware is available.

 

 
 
        2.png

 

#Device rental

 

Rent a device by making an API request to the specified endpoint, providing the necessary information such as the device name, type, hardware IDs, and optionally a webhook URL for receiving notifications related to the rented device.

 

 2.png

 

#Notification on your own site

 

Data that you may receive when a notification is sent to your own website.

 

 

#Example

 

 
 6.png

 

Example output

 

         7.png