Validates an API token belonging to a user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
The time of expiration for the provided token in unix epoch seconds, or -1 if there is no expiration.
999