{
"id": "social.colibri.beta.community.getInvitation",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "InvitationNotFound",
"description": "No invitation exists with that code."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"invitation",
"community"
],
"properties": {
"community": {
"ref": "social.colibri.beta.community.defs#communityView",
"type": "ref",
"description": "The community the invitation leads to."
},
"invitation": {
"ref": "social.colibri.beta.community.defs#invitationView",
"type": "ref",
"description": "The resolved invitation."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"code"
],
"properties": {
"code": {
"type": "string",
"description": "The invitation code to resolve."
}
}
},
"description": "Resolves an invitation code, so a client can show what it leads to before the user accepts. This is readable without membership."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mprdjqjluoswa7awzggaggj3
- CID
-
bafyreidbzgvw2dgl6x4ns5e6vvmli3a7o6ayjpstgabzih5icjdlshpgwq
- Indexed At
- 2026-08-23 12:32 UTC
- AT-URI
-
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.community.getInvitation