Token API
The token API is for requesting access tokens issued by our IoT identity provider.
Last updated
The token API is for requesting access tokens issued by our IoT identity provider.
Last updated
Use this endpoint to request a new access token by authenticating with a private key JWT.
POST
coaps://iot-idp.demo.coap-apps.iothentix.io/as/token
Request an access token by authenticating with a signed JWT.
client_id*
String
Client ID of the registered OAuth client.
scope
String
Request a scope to be present in the access token.
client_secret*
String
Private key JWT.
Use this endpoint to renew the access token based on a previously issued access token.
POST
coaps://iot-idp.demo.coap-apps.iothentix.io/as/renew/token
Request a new access token by authenticating with a previously issued access token.
client_id*
String
Client ID of the registered OAuth client
token*
String
Access token issued by the IoT provider