Hi
I am trying to check the token API using Postman with following details
Params - refresh_token , grant_type, Client_Id, Client_secret
And it returns me a new Access Token every time. Instead I was looking for a way to check if my current Access token is expired with some API.
Also another question is with the above API I keep getting new access tokens with 31 days validity and all of them are valid at the same time. Like it does not disable previous token while generating the new one. Is my understanding correct?
Regards
Makarand Joshi