{
"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
}
Metadata
- DID
-
did:web:stream.place
- CID
-
bafyreih6d4bdc77gein4rrcsmugeduocxjfrkhicg37judecbrnxm76jca
- Indexed At
- 2026-01-25 11:50 UTC
- AT-URI
-
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.server.listWebhooks