Version: 1.0.0

Nortech API
This API is structured between three main API's:
- Metadata API - To navigate and get information about your assets.
- Signal Data API - To query all signal data produced from your assets.
- Deriver API - To create and manage derivers that produce computed signals.
Pagination
All List
Endpoints support cursor pagination. In this pagination model, the client receives a next.token
field in the response,
which can be used as a nextToken
query parameter to fetch the next page of results.
The size
parameter defines the maximum number of results to return, the sortBy
and sortOrder
parameters define the field to sort by and its order.
Authentication
- HTTP: Bearer Auth
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |