Skip to main content
GET
/
lorawan
/
broker
/
referrals
Busca os encaminhamentos LoRaWAN
curl --request GET \
  --url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/lorawan/broker/referrals \
  --header 'Content-Type: <content-type>' \
  --header 'access_token: <access_token>' \
  --header 'client_id: <client_id>'
[
  {
    "customerId": 15302,
    "filter": {},
    "tags": [
      "15302_tag_teste"
    ],
    "connection": {
      "filter": "6660518cf680eadd037f0993",
      "description": "Teste encaminhamento",
      "url": "https://webhook-test.com/test",
      "type": "http2",
      "expiresIn": 0
    },
    "referralIds": [
      {
        "orgId": 1,
        "name": "IoT LoRa Plano 04",
        "filterId": "6660518cf680eadd037f0993",
        "createdAt": "2024-06-05T11:52:46.068+00:00"
      }
    ]
  }
]

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"

client_id
string
required
Example:

"client_id"

access_token
string
required

Token gerado.

Example:

"access_token"

Query Parameters

page
integer

Número da página.

Example:

1

pageSize
integer

Quantidade de registros por página.

Example:

10

Response

Lista de encaminhamentos retornada com sucesso.