Postman Collection

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/5f4d3be3f2168e0024cb1741
3360

You may have to edit the "Advance Settings". Make sure the "Request Parameter Generation" and "Response Parameter Generation" are set to "Schema".

1840 1828

Postman will create a "Collection" that contains the definitions of all the available endpoints and allows you to test them easily:

3360 3358

Fill in the Authorization tab by selecting "Bearer Token" and pasting in your API access token.

2282

Click "Send" and inspect the response.

2282