Skip to main content

Documentation Index

Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Postman is an easy to use, point and click tool for testing REST APIs. You can import Samsara’s OpenAPI spec directly into Postman to get started testing our REST APIs.
Samsara’s OpenAPI spec is always kept up-to-date, so you can re-import the spec into Postman whenever you like.
In Postman, import our OpenAPI spec by pasting the following link into the Import dialog box:
https://developers.samsara.com/openapi/samsara-api.json
Import OpenAPI spec into Postman You may have to edit the “Advance Settings”. Make sure the “Request Parameter Generation” and “Response Parameter Generation” are set to “Schema”. Postman Advanced Settings Postman Advanced Settings continued Postman will create a “Collection” that contains the definitions of all the available endpoints and allows you to test them easily: Postman Collection of Samsara endpoints Postman Collection detail Fill in the Authorization tab by selecting “Bearer Token” and pasting in your API access token. Postman Bearer Token Authorization Click “Send” and inspect the response. Postman response