Check validity of password token.
POST https://api.nexway.store/iam/users/public/checkpasswordtoken/{realm}/{token}
Parameter name | Value | Description | Additional |
---|---|---|---|
realm | string | realm |
Required |
token | string | token |
Required |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK Success |
ValidityToken |
401 | Unauthorized Unauthorized |
|
403 | Forbidden Forbidden |
|
404 | Not Found Not Found |
|
500 | Internal Server Error Failure |