Fetch BMP Sensor-data

Our main endpoint for fetching sensor-data. You can only use this with an API Key for your trial & after payment. Services have to be pre-approved and added by us.

POST https://api.argons.dev/fetch-sensor-data

Headers

NameValue

Content-Type

application/json

Body

NameTypeDescription

api_key

string

API Token

service

string

Choose one of our support BMP apps.

Possible Services: (That's the string to be sent in the body)

  • ihg

  • kohls

  • bj

Response

{
  "sensor": "3,a,YN......."
}

Last updated