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