Validates an API token belonging to a user.
Documentation Index
Fetch the complete documentation index at: https://docs.turso.tech/llms.txt
Use this file to discover all available pages before exploring further.
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