Query
me
The currently authenticated user and their passkeys.
Returns
See Me for the full shape.
Try it
Authentification
Read the signed-in viewer
Returns the currently authenticated user, or null when the request carries no valid Bearer token.
Requête
query Me {
me {
user {
id
name {
full
}
email
avatar {
url
}
}
}
}Variables
{}
POST
https://go.sessions.website/api/graphql