Register Devices with Oracle IoT Cloud Service

To register a device with Oracle IoT Cloud Service, use this REST API: POST /iot/api/v2/devices {serialNumber: <serial_number>, modelNumber: <model_number>, manufacturer: <manufacturer>, hardwareId: <hardware_id>}.

See REST API Create a new Device.