{ "opencollection": "1.0.0", "info": { "name": "Soracom and Query Analysis LoraNetworkSet API", "version": "20250903-043502" }, "items": [ { "info": { "name": "LoraNetworkSet", "type": "folder" }, "items": [ { "info": { "name": "List LoRaWAN Network Sets", "type": "http" }, "http": { "method": "GET", "url": "https://api.soracom.io/v1/lora_network_sets", "params": [ { "name": "tag_name", "value": "", "type": "query", "description": "Tag name for filtering the search (exact match)." }, { "name": "tag_value", "value": "", "type": "query", "description": "Tag search string for filtering the search. Required when `tag_name` has been specified." }, { "name": "tag_value_match_mode", "value": "", "type": "query", "description": "Tag match mode." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of LoRaWAN network set to retrieve." }, { "name": "last_evaluated_key", "value": "", "type": "query", "description": "The ID of the last network set retrieved on the current page. By specifying this parameter, you can continue to retrieve the list from the next device onward." } ], "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Returns a list of LoRaWAN network sets that match certain criteria. If the total number of LoRaWAN network sets does not fit in one page, a URL for accessing the next page is returned in the `link` header of the response.\n" }, { "info": { "name": "Create a LoRaWAN network set", "type": "http" }, "http": { "method": "POST", "url": "https://api.soracom.io/v1/lora_network_sets", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Creates a specified LoRaWAN network set." }, { "info": { "name": "Get LoRaWAN network set", "type": "http" }, "http": { "method": "GET", "url": "https://api.soracom.io/v1/lora_network_sets/:ns_id", "params": [ { "name": "ns_id", "value": "", "type": "path", "description": "ID of the target LoRaWAN network set." } ], "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Returns information about the specified LoRaWAN network set." }, { "info": { "name": "Delete LoRaWAN network set", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.soracom.io/v1/lora_network_sets/:ns_id", "params": [ { "name": "ns_id", "value": "", "type": "path", "description": "ID of the target LoRaWAN network set." } ], "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Deletes the specified LoRaWAN network set." }, { "info": { "name": "Adds permission to a LoRaWAN network set", "type": "http" }, "http": { "method": "POST", "url": "https://api.soracom.io/v1/lora_network_sets/:ns_id/add_permission", "params": [ { "name": "ns_id", "value": "", "type": "path", "description": "ID of the target LoRaWAN network set." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Adds permission to allow another operator to use the network set." }, { "info": { "name": "List LoRaWAN Gateways in a Network Set", "type": "http" }, "http": { "method": "GET", "url": "https://api.soracom.io/v1/lora_network_sets/:ns_id/gateways", "params": [ { "name": "ns_id", "value": "", "type": "path", "description": "ID of the target LoRaWAN network set." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of LoRaWAN gateways to retrieve." }, { "name": "last_evaluated_key", "value": "", "type": "query", "description": "The Gateway ID of the last LoRaWAN gateway retrieved on the current page. By specifying this parameter, you can continue to retrieve the list from the next LoRaWAN gateway onward." } ], "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Returns a list of LoRaWAN gateways that belong to the specified network set. If the total number of LoRaWAN gateways does not fit in one page, a URL for accessing the next page is returned in the `link` header of the response.\n" }, { "info": { "name": "Revokes a permission from a LoRaWAN network set", "type": "http" }, "http": { "method": "POST", "url": "https://api.soracom.io/v1/lora_network_sets/:ns_id/revoke_permission", "params": [ { "name": "ns_id", "value": "", "type": "path", "description": "ID of the target LoRaWAN network set." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Revokes a permission and removes an operator from the list of allowed operators in the network set." }, { "info": { "name": "Bulk Insert or Update LoRaWAN network set tags", "type": "http" }, "http": { "method": "PUT", "url": "https://api.soracom.io/v1/lora_network_sets/:ns_id/tags", "params": [ { "name": "ns_id", "value": "", "type": "path", "description": "ID of the target LoRaWAN network set." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Inserts/updates tags for the specified LoRaWAN network set." }, { "info": { "name": "Delete LoRaWAN network set tag", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.soracom.io/v1/lora_network_sets/:ns_id/tags/:tag_name", "params": [ { "name": "ns_id", "value": "", "type": "path", "description": "ID of the target LoRaWAN network set." }, { "name": "tag_name", "value": "", "type": "path", "description": "Tag name to be deleted. (This will be part of a URL path, so it needs to be percent-encoded. In JavaScript, specify the name after it has been encoded using encodeURIComponent().)" } ], "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Deletes a tag from the specified LoRaWAN network set." } ] } ], "bundled": true }