{
"id": "place.wisp.v2.domain.getList",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "InvalidRequest"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"domains"
],
"properties": {
"domains": {
"type": "array",
"items": {
"ref": "#domainSummary",
"type": "ref"
},
"description": "Domains owned by the caller DID."
}
}
},
"encoding": "application/json"
},
"description": "List domains for the authenticated DID (wisp subdomains + custom)."
},
"domainSummary": {
"type": "object",
"required": [
"domain",
"kind",
"status",
"verified"
],
"properties": {
"kind": {
"enum": [
"wisp",
"custom"
],
"type": "string"
},
"domain": {
"type": "string",
"maxLength": 253,
"minLength": 3
},
"status": {
"enum": [
"pendingVerification",
"verified"
],
"type": "string"
},
"siteRkey": {
"type": "string",
"format": "record-key"
},
"verified": {
"type": "boolean"
},
"lastCheckedAt": {
"type": "string",
"format": "datetime"
}
},
"description": "Summary of a claimed domain for list views."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:7puq73yz2hkvbcpdhnsze2qw
- CID
-
bafyreig6y4di7xqrykadqglvwq7bndt7ikdkkndljjfqijod3bbbdm7rum
- Indexed At
- 2026-05-24 05:17 UTC
- AT-URI
-
at://did:plc:7puq73yz2hkvbcpdhnsze2qw/com.atproto.lexicon.schema/place.wisp.v2.domain.getList