First Activation API
This API shows the earliest license for a Notch sensor that was used to activate it. This can come handy to see if a Notch sensor is lent among your users.
RESTful API
The endpoint is at https://api.wearnotch.com/v1/first-activation/
.
The allowed operations are:
- GET - Get the details of the first license a given Notch sensor was activated with.
You must have an API key to use this endpoint.
GET
GET /v1/first-activation/{mac_address}/?app_code={app_code}
Parameter name | Description |
---|---|
mac_address | Identifier of the sensor. |
app_code | Your app code. |