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 } }
Returns information about the currently authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes
Was this page helpful?