app.ocho.auth.whoami

ocho-lexicons.ocho.app

Documentation

A handler for the Ocho AppView Oauth system

main query

A handler for the Ocho AppView Oauth system

Output

Encodingapplication/json
did string Required

The user's DID

handle string Required

The user's ID

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "did",
        "handle"
      ],
      "properties": {
        "did": {
          "type": "string",
          "description": "The user's DID"
        },
        "handle": {
          "type": "string",
          "description": "The user's ID"
        }
      }
    },
    "encoding": "application/json",
    "description": "The session data"
  },
  "description": "A handler for the Ocho AppView Oauth system"
}

Lexicon Garden

@