IdP API
The IdP API is used to validate issued access tokens with our IoT identity provider.
Introspection Endpoint
Introspect token
Request Body
Name
Type
Description
{
"active": true,
"sub": "test.device.01",
"scope": "tenant.demo refresh.token temp",
"iss": "https://iot-idp.demo.apps.iothentix.com/",
"exp": 1658179642
}{
"active": false
}{
"error":
{
"code": 500,
"status": "Internal Server Error",
"request": "<REQUEST_ID>",
"message": "An internal server error occurred, please contact the system administrator"
}
}Last updated