{ "opencollection": "1.0.0", "info": { "name": "Samsara Shares API", "version": "2024-11-18" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Shares", "type": "folder" }, "items": [ { "info": { "name": "Get Live Sharing Links", "type": "http" }, "http": { "method": "GET", "url": "https://api.samsara.com/live-shares", "params": [ { "name": "ids", "value": "", "type": "query", "description": "A filter on the data based on this comma-separated list of Live Share Link IDs" }, { "name": "type", "value": "", "type": "query", "description": "A filter on the data based on the Live Sharing Link type. Valid values: `all`, `assetsLocation`, `assetsNearLocation`, `assetsOnRoute`" }, { "name": "limit", "value": "", "type": "query", "description": "The limit for how many objects will be in the response. Default and max for this value is 100 objects." }, { "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": "Returns all non-expired Live Sharing Links.\n\n Rate limit: 5 requests/sec (learn more about rate limits here).\n\nTo use this endpoint, select **Read Live Sharing Links** under the Driver Workflow category when creating or editing an API token. Learn More.\n \n\n **Submit Feedback**: Likes, dislikes, and API feature " }, { "info": { "name": "Create Live Sharing Link", "type": "http" }, "http": { "method": "POST", "url": "https://api.samsara.com/live-shares", "body": { "type": "json", "data": "{}" } }, "docs": "Create Live Sharing Link.\n\n Rate limit: 100 requests/min (learn more about rate limits here).\n\nTo use this endpoint, select **Write Live Sharing Links** under the Driver Workflow category when creating or editing an API token. Learn More.\n \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should" }, { "info": { "name": "Update Non-expired Live Sharing Link", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.samsara.com/live-shares", "params": [ { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the Live Sharing Link." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Live Sharing Link.\n\n Rate limit: 100 requests/min (learn more about rate limits here).\n\nTo use this endpoint, select **Write Live Sharing Links** under the Driver Workflow category when creating or editing an API token. Learn More.\n \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should" }, { "info": { "name": "Delete Non-expired Live Sharing Link", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.samsara.com/live-shares", "params": [ { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the Live Sharing Link." } ] }, "docs": "Delete Live Sharing Link.\n\n Rate limit: 100 requests/min (learn more about rate limits here).\n\nTo use this endpoint, select **Write Live Sharing Links** under the Driver Workflow category when creating or editing an API token. Learn More.\n \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should" } ] } ], "bundled": true }