{ "opencollection": "1.0.0", "info": { "name": "Samsara Gateways API", "version": "2024-11-18" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Gateways", "type": "folder" }, "items": [ { "info": { "name": "List All Gateways", "type": "http" }, "http": { "method": "GET", "url": "https://api.samsara.com/gateways", "params": [ { "name": "models", "value": "", "type": "query", "description": "Filter by a comma separated list of gateway models." }, { "name": "after", "value": "", "type": "query", "description": " If specified, this should be the endCursor value from the previous page of results. When present, this request will return the next page of results that occur immediately after the previous page of results." } ] }, "docs": "List all gateways\n\n Rate limit: 5 requests/sec (learn more about rate limits here).\n\nTo use this endpoint, select **Read Gateways** under the Setup & Administration category when creating or editing an API token. Learn More.\n \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as f" }, { "info": { "name": "Activate a New Gateway", "type": "http" }, "http": { "method": "POST", "url": "https://api.samsara.com/gateways", "body": { "type": "json", "data": "{}" } }, "docs": "Activate a new gateway. To activate a device and associate it with your organization, enter its serial number. Each device's serial number can also be found on its label or packaging, or from your order confirmation email. A Not Found error could mean that the serial was not found or it has already been activated\n\n Rate limit: 100 requests/min (learn more about rate limits here).\n\nTo use this endpoint, select **" }, { "info": { "name": "Deactivate a Gateway", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.samsara.com/gateways/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Gateway serial number" } ] }, "docs": "Deactivate a gateway\n\n Rate limit: 100 requests/min (learn more about rate limits here).\n\nTo use this endpoint, select **Write Gateways** under the Setup & Administration category when creating or editing an API token. Learn More.\n \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be file" } ] } ], "bundled": true }