Skip to main content

Find gateway by ID.

GET 

/api/v1/gateway/:id

This endpoint allows us to retrieve a gateway based on its ID.

Request

Path Parameters

    id int64required

Responses

Success

Schema

    id int64
    macAddress string

    operationsArea

    object

    id int64
    name string
    latitude double
    longitude double
    altitude double
    radius double
Loading...