{
"id": "cafe.dummy.lsky.getSession",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "AuthenticationRequired",
"description": "No valid inter-service auth JWT was provided."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"did",
"handle",
"onboarded"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"handle": {
"type": "string"
},
"person": {
"ref": "cafe.dummy.lsky.defs#profileView",
"type": "ref",
"description": "The user's profile, if they have onboarded."
},
"onboarded": {
"type": "boolean"
}
}
},
"encoding": "application/json"
},
"description": "Get the authenticated user's lsky-specific state: profile, onboarding status. The user's DID and handle are resolved from the inter-service auth JWT. This is the first call the app should make after login to hydrate lsky user context."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:yuilafccwsaj7a4qkkzhttdn
- CID
-
bafyreicvrhrdkjxo35db343k5ml3evm57ug5zej2yakshblcne5bcynlaq
- Indexed At
- 2026-08-29 21:12 UTC
- AT-URI
-
at://did:plc:yuilafccwsaj7a4qkkzhttdn/com.atproto.lexicon.schema/cafe.dummy.lsky.getSession