List the networks
path Parameters
regionThe region you want to target
query Parameters
pagePage number to return, from the paginated results.
page_sizeNumber of networks to return. The maximum value is 100.
order_byOrdering of requested routes.
nameNetwork name to filter for.
hub_idHub ID to filter for.
topic_prefixTopic prefix to filter for.
List the networks › Responses
total_countTotal number of Networks.
Page of networks.
Create a new network
Create a new network for an existing hub. Beside the default network, you can add networks for different data providers. Possible network types are Sigfox and REST.
path Parameters
regionThe region you want to target
Create a new network › Request Body
nameNetwork name.
typeType of network to connect with.
hub_idHub ID to connect the Network to.
topic_prefixTopic prefix for the Network.
Create a new network › Responses
Information related to the created network.
secretEndpoint Key to keep secret. This cannot be retrieved later.
Retrieve a specific network
Retrieve an existing network, specified by its network ID. The response returns full details of the network, including its type, the topic prefix and its endpoint.
path Parameters
regionThe region you want to target
network_idNetwork ID.
Retrieve a specific network › Responses
idNetwork ID.
nameNetwork name.
typeType of network to connect with.
endpointEndpoint to use for interacting with the network.
hub_idHub ID to connect the Network to.
created_atDate at which the network was created. (RFC 3339 format)
topic_prefixTopic prefix for the Network. This prefix will be prepended to all topics for this Network.
regionRegion of the network.