app.blebbit.authr.page.getPage

blebbit.app

Documentation

main query

No description available.

Parameters

id string Required

No description available.

Output

Encodingapplication/json
content string Optional

No description available.

cuid string Optional

No description available.

name string Optional

No description available.

public boolean Optional

No description available.

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)
Parameters
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "cuid": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "public": {
          "type": "boolean"
        },
        "content": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "$authzed": "read",
  "$flexicon": {
    "action": "get"
  },
  "parameters": {
    "type": "params",
    "required": [
      "id"
    ],
    "properties": {
      "id": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@