Hello,
I want to show a connect status to my user using his access_token :
- “No connected” if missing
- “No connected” if present but invalid
- “Connected” if present and valid
Is there an endpoint to verify the validity of an access_token ?
Actually we are requesting an authenticated endpoint with this access_token in order to determine the access_token validity, this is pretty dirty 
