Technical Token Manager API
Number of APIs: 3
This API provides operations to manage your access to customer IoT data, namely
- The operations return a Technical Token, which gives access to the tenant's IoT data
- The operations return a Impersonated User Token, if respective payload is provided.
Provides list of allowed users to an application hosted by Developer/Operator tenant
Limitations
- The service may decide to throttle API requests temporarily returning a 429 status code.
-
Provides list of user tenants provisioned to an application. GET {{baseUrl}}/userTenants?page=0&size=500 %26 Max 500
-
Issues technical token to access customer IoT data. POST {{baseUrl}}/oauth/token?appName=<string>&appVersion=<string>&hostTenant=<string>&userTenant=<string>&caller_context=<string>&caller_context_type=<string>
-
Issues multiple technical tokens to access customer IoT data. POST {{baseUrl}}/oauthTokens