Skip to main content

Get LoRaWAN Services

POST 

https://app.infodeck.io/api/organizations/:organizationId/services/lorawan-services

Get LoRaWAN Services

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

Body

required
    componentNames string[]required

    Edge gateway component name list.

Responses

Schema
    data objectrequired

    Data of the LoRaWAN services.

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X POST 'https://app.infodeck.io/api/organizations/:organizationId/services/lorawan-services' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"componentNames": [
"string"
]
}'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
Body required
{
  "componentNames": [
    "string"
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!