API reference
cURL
curl --request GET \ --url https://api.sandbox.isometric.com/mrv/v0/sensors/{id} \ --header 'Authorization: Bearer <token>' \ --header 'x-client-secret: <x-client-secret>'
{ "id": "<string>", "manufacturer": "<string>", "measurement_property": { "qualifier": "base_saturation_ca_2plus", "quantity_kind": "acidity" }, "model": "<string>", "project_id": "<string>", "reference": "<string>", "units": "<string>" }
Gets sensor by ID.
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Authorization: Bearer <token>
A secret token identifying the client connecting to the API
"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"
Successful Response
20 - 37
"sns_1GJ82BEMB1S0FBFV"
"sns_1CCYZYWFWSBXYG38"
Show child attributes
Was this page helpful?