GET
/
sensors
/
{id}
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": "sns_1GJ82BEMB1S0FBFV",
  "manufacturer": "<string>",
  "model": "<string>",
  "project_id": "<string>",
  "quantity_kind": "acidity",
  "quantity_kind_qualifier": "base_saturation:cation:Ca[2+]",
  "reference": "<string>",
  "units": "<string>"
}

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Examples:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Path Parameters

id
string
required

Response

200
application/json

Successful Response

The response is of type object.