Skip to content
meQuery
me: Me

The currently authenticated user and their passkeys.

Returns

Me

See Me for the full shape.

Try it

Read the signed-in viewer
Returns the currently authenticated user, or null when the request has no valid auth cookie / bearer token.
Query
query Me {
  me {
    user {
      id
      name
      email
      avatar {
        url
      }
    }
  }
}
Variables
{}
POST https://go.sessions.website/api/graphql
me