{
"opencollection": "1.0.0",
"info": {
"name": "Samsara Csv API",
"version": "2024-11-18"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Csv",
"type": "folder"
},
"items": [
{
"info": {
"name": "Create a Job to Generate Csv Files of IFTA Mileage Segments.",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.samsara.com/ifta-detail/csv",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a job to generate csv files of IFTA mileage segments.\n\n Rate limit: 100 requests/min (learn more about rate limits here).\n\nTo use this endpoint, select **Write IFTA (US)** under the Compliance category when creating or editing an API token. Learn More.\n \n\n **Submit Feedback**: Likes, dislikes, and API fe"
},
{
"info": {
"name": "Get Information About an Existing IFTA Detail Job.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/ifta-detail/csv/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "ID of the requested job."
}
]
},
"docs": "Get information about an existing IFTA detail job.\n\n Rate limit: 5 requests/sec (learn more about rate limits here).\n\nTo use this endpoint, select **Read IFTA (US)** under the Compliance category when creating or editing an API token. Learn More.\n \n\n **Submit Feedback**: Likes, dislikes, and API feature request"
}
]
}
],
"bundled": true
}