POST
/
sensors
curl --request POST \
  --url https://api.sandbox.isometric.com/mrv/v0/sensors \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-client-secret: <x-client-secret>' \
  --data '{
  "facility_id": "fcl_1G8QT5ZAB1S0XSDW",
  "manufacturer": "<string>",
  "model": "<string>",
  "quantity_kind": "acidity",
  "quantity_kind_qualifier": "base_saturation:cation:Ca[2+]",
  "reference": "<string>",
  "storage_location_id": "slc_1F3PMGVC91S0SBK3",
  "units": "<string>"
}'
{
  "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"

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.