place.stream.server.getWebhook

did:web:iame.li

{
  "id": "place.stream.server.getWebhook",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "WebhookNotFound",
          "description": "The specified webhook was not found."
        },
        {
          "name": "Unauthorized",
          "description": "The authenticated user does not have access to this webhook."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "webhook"
          ],
          "properties": {
            "webhook": {
              "ref": "place.stream.server.defs#webhook",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "id"
        ],
        "properties": {
          "id": {
            "type": "string",
            "description": "The ID of the webhook to retrieve."
          }
        }
      },
      "description": "Get details for a specific webhook."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.server.getWebhook

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:iame.li
CID
bafyreibes26kzewzxnmvtjuksxlp56dxsx4qilw6iut3eeqveqizmlqo3q
Indexed At
2026-02-13 14:02 UTC
AT-URI
at://did:web:iame.li/com.atproto.lexicon.schema/place.stream.server.getWebhook

Referenced Schemas (1)

Lexicon Garden

@