Token API
The token API is for requesting access tokens issued by our IoT identity provider.
Token Endpoint
Request a token
Request Body
Name
Type
Description
{
"access_token": "<ACCESS_TOKEN>"
}// Some code{
"error":
{
"code": 500,
"status": "Internal Server Error",
"request": "<REQUEST_ID>",
"message": "An internal server error occurred, please contact the system administrator"
}
}{
"error": "FORBIDDEN",
"error_uri": "iot-idp.demo.apps.iothentix.com",
"error_description": "The requested action was forbidden"
}Renew Token Endpoint
Refresh the token
Request Body
Name
Type
Description
Last updated