GET
/
v1
/
auth
/
validate
curl -L 'https://api.turso.tech/v1/auth/validate' \
  -H 'Authorization: Bearer TOKEN'
{
  "exp": 999
}
curl -L 'https://api.turso.tech/v1/auth/validate' \
  -H 'Authorization: Bearer TOKEN'

Response

200 - application/json
Successful response

The response is of type object.