Validates an API token belonging to a user.
curl -L 'https://api.turso.tech/v1/auth/validate' \ -H 'Authorization: Bearer TOKEN'
{ "exp": 999 }
The response is of type object.
object
Was this page helpful?