{ "opencollection": "1.0.0", "info": { "name": "Samsara Immobilizer API", "version": "2024-11-18" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Immobilizer", "type": "folder" }, "items": [ { "info": { "name": "[beta] Update Engine Immobilizer State of a Vehicle.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.samsara.com/beta/fleet/vehicles/:id/immobilizer", "params": [ { "name": "id", "value": "", "type": "path", "description": "Vehicle ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the engine immobilizer state of a vehicle. This requires an engine immobilizer to be installed on the vehicle gateway.\n\n Rate limit: 100 requests/min (learn more about rate limits here).\n\nTo use this endpoint, select **Write Vehicle Immobilization** under the Vehicles category when creating or editing an API token.