place.stream.server.listWebhooks

did:web:iame.li

{
  "id": "place.stream.server.listWebhooks",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvalidCursor",
          "description": "The provided cursor is invalid or expired."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "webhooks"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "description": "A cursor for pagination, if there are more results."
            },
            "webhooks": {
              "type": "array",
              "items": {
                "ref": "place.stream.server.defs#webhook",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "event": {
            "enum": [
              "chat",
              "livestream",
              "follow",
              "mention"
            ],
            "type": "string",
            "description": "Filter webhooks that handle this event type."
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "The number of webhooks to return."
          },
          "active": {
            "type": "boolean",
            "description": "Filter webhooks by active status."
          },
          "cursor": {
            "type": "string",
            "description": "An optional cursor for pagination."
          }
        }
      },
      "description": "List webhooks for the authenticated user."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.server.listWebhooks

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
bafyreih6d4bdc77gein4rrcsmugeduocxjfrkhicg37judecbrnxm76jca
Indexed At
2026-02-13 14:02 UTC
AT-URI
at://did:web:iame.li/com.atproto.lexicon.schema/place.stream.server.listWebhooks

Referenced Schemas (1)

Lexicon Garden

@