Is Valid Token or Not

Hi,
According to this : Swagger UI (cuba-platform.com)

I have the “expires_in” property of token.
And I need method to check if the token is valid or not , is it available ?

Note: currently we will delete the expired tokens from database using cuba.rest.deleteExpiredTokensCron

Thanks in advance,

Hi,
Why won’t you use any existing read-only or informational REST API method?
E.g. /userInfo: Swagger UI

If it returns 403, then current token is expired.