Token API
The token API is for requesting access tokens issued by our IoT identity provider.
Use this endpoint to request a new access token by authenticating with a private key JWT.
post
https://iot-idp.demo.apps.iothentix.io
/as/token
Request a token
Use this endpoint to renew the access token based on a previously issued access token.
post
https://iot-idp.demo.apps.iothentix.io
/as/renew/token
Refresh the token
Last modified 5mo ago