Skip to main content
GET
/
v1
/
user
curl -L https://api.turso.tech/v1/user \
  -H 'Authorization: Bearer TOKEN'
{
  "user": {
    "username": "iku",
    "name": "Iku Turso",
    "email": "iku@turso.tech",
    "avatarUrl": "https://avatars.githubusercontent.com/u/12345",
    "plan": "scaler",
    "mfa": false,
    "has_pending_invites": false
  }
}
curl -L https://api.turso.tech/v1/user \
  -H 'Authorization: Bearer TOKEN'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response

user
object