Appearance
Register
Description
Module to offer a unified endpoint to handle all required device registration steps
API
Register device
Endpoint to handle all device-register related things in a single endpoint.
POST
/api/v1/register
Access
This endpoint requires create permission for the resource register.
Request Body
| Name | Description |
|---|---|
imeistring | The IMEI number of the device Pattern: ^(\S.)?(\\*|[a-zA-Z0-9=-]+)$ |
iccidstring | The ICCID for the device Pattern: ^[0-9a-fA-F] |
publicKeystring | The public key for the device Pattern: ^[0-9a-fA-F] |
Response
This endpoint simply returns Status 204 to indicate a successful operation and to save bandwidth.