Skip to main content
GET
/
lorawan
/
broker
/
topCustomersByDeviceCount
Gera informações para Dashboard relacionadas dos clientes LoRaWAN
curl --request GET \
  --url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/lorawan/broker/topCustomersByDeviceCount \
  --header 'Content-Type: <content-type>'
[
  [
    {
      "devEui": 12345678,
      "value": "example_value_1"
    },
    {
      "devEui": 87654321,
      "value": "example_value_2"
    }
  ]
]

Headers

Content-Type
string
default:application/json
required

Define o formato da requisição.

🔹 Valor padrão:

application/json

📌 Dica: Copie e cole esse valor no campo Content-Type.

Example:

"application/json"

Query Parameters

linesPerPage
integer

Quantidade de registros por página.

Example:

10

product
integer

Produto a ser selecionado.

Example:

123

Response

Lista de ativações retornada com sucesso.