What is the preferred way to validate an Access Token

Particle API Team,

What is the preferred way to validate an Access Token? I want to verify that a token is still good and although I could call /devices and throw away the data, I was curious what endpoint had the lowest impact / quickest return.

Thanks!

Check this thread:

Thanks. I’ll follow that thread. Currently I’m doing the same (calling /devices), but hate the data waste. I’m aware that the token could be invalidated at any point and have precautions around that already.

Calling /v1/user is pretty quick and low impact. I don’t think we have any routes that don’t hit the database at the moment.