social.coves.aggregator.getApiKey

coves.social

{
  "id": "social.coves.aggregator.getApiKey",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthenticationRequired",
          "description": "Authentication is required to get API key info"
        },
        {
          "name": "AggregatorRequired",
          "description": "Only registered aggregators can get API key info"
        },
        {
          "name": "AggregatorNotFound",
          "description": "Aggregator not found"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "hasKey"
          ],
          "properties": {
            "hasKey": {
              "type": "boolean",
              "description": "Whether the aggregator has an API key (active or revoked)"
            },
            "keyInfo": {
              "ref": "social.coves.aggregator.defs#apiKeyView",
              "type": "ref",
              "description": "API key metadata. Only present if hasKey is true."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {},
        "description": "No parameters required. Returns key info for the authenticated aggregator."
      },
      "description": "Get information about the authenticated aggregator's API key. Note: The actual key value is NEVER returned - only metadata about the key."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.aggregator.getApiKey

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:coves.social
CID
bafyreif6foh5ygw7mgeqze2ztfmu2t33nc5x2j4n52jtqm6aysm2eod5oq
Indexed At
2026-07-24 05:18 UTC
AT-URI
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.aggregator.getApiKey

Referenced Schemas (1)

Lexicon Garden

@