Technical Token Manager API

Number of APIs: 3

This API provides operations to manage your access to customer IoT data, namely

  1. The operations return a Technical Token, which gives access to the tenant's IoT data
  2. The operations return a Impersonated User Token, if respective payload is provided.
  3. 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.
  1. Provides list of user tenants provisioned to an application. GET {{baseUrl}}/userTenants?page=0&size=500 %26 Max 500

  2. 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>

  3. Issues multiple technical tokens to access customer IoT data. POST {{baseUrl}}/oauthTokens