Skip to content

Register

Description

Module to offer a unified endpoint to handle all required device registration steps

API

Endpoints
POST
Register device

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

NameDescription
imei
string
The IMEI number of the device
Pattern: ^(\S.)?(\\*|[a-zA-Z0-9=-]+)$
iccid
string
The ICCID for the device
Pattern: ^[0-9a-fA-F]
publicKey
string
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.