social.coves.aggregator.getAuthorizations

coves.social

{
  "id": "social.coves.aggregator.getAuthorizations",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AggregatorNotFound",
          "description": "Aggregator DID does not exist or has no service declaration"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "authorizations"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "maxLength": 500,
              "description": "Pagination cursor for next page"
            },
            "authorizations": {
              "type": "array",
              "items": {
                "ref": "social.coves.aggregator.defs#communityAuthView",
                "type": "ref"
              },
              "description": "Array of community authorizations for this aggregator"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "aggregatorDid"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of authorizations to return"
          },
          "cursor": {
            "type": "string",
            "maxLength": 500,
            "description": "Pagination cursor"
          },
          "enabledOnly": {
            "type": "boolean",
            "default": true,
            "description": "Only return enabled authorizations"
          },
          "aggregatorDid": {
            "type": "string",
            "format": "did",
            "description": "DID of the aggregator"
          }
        }
      },
      "description": "Get list of communities that have authorized a specific aggregator. Used by aggregators to query which communities they can post to. Authentication optional."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.aggregator.getAuthorizations

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
bafyreicue5ss2fbwnjj2fyhjlby7lruuhlz7lccdol4qusby5mzumlrmza
Indexed At
2026-07-24 05:18 UTC
AT-URI
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.aggregator.getAuthorizations

Referenced Schemas (1)

Lexicon Garden

@