blog.pckt.domain.verify

pckt.blog

{
  "id": "blog.pckt.domain.verify",
  "defs": {
    "main": {
      "type": "procedure",
      "errors": [
        {
          "name": "BlogNotFound"
        },
        {
          "name": "NoDomainConfigured"
        },
        {
          "name": "VerificationFailed"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "verified",
            "message"
          ],
          "properties": {
            "message": {
              "type": "string"
            },
            "verified": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "blog"
        ],
        "properties": {
          "blog": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the publication record. Authority MUST match the caller's DID."
          }
        }
      },
      "description": "Verify DNS for the publication's custom domain. Checks the CNAME (or A-record fallback for apex) and the TXT verification record, then requests an SSL certificate."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blog.pckt.domain.verify

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:revjuqmkvrw6fnkxppqtszpv
CID
bafyreiam2c2oeg55o6zvfjcey7rz5i5nj7gmhmynqmin65oss2df2gebba
Indexed At
2026-05-25 19:27 UTC
AT-URI
at://did:plc:revjuqmkvrw6fnkxppqtszpv/com.atproto.lexicon.schema/blog.pckt.domain.verify

Lexicon Garden

@