com.atiproto.payment.subscription.get

atiproto.com

{
  "id": "com.atiproto.payment.subscription.get",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "subscription"
          ],
          "properties": {
            "subscription": {
              "ref": "com.atiproto.subscription#view",
              "type": "ref",
              "description": "The subscription record data"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the subscription record. Takes precedence over subject."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the user being subscribed to. Ignored if uri is provided."
          }
        }
      },
      "description": "Get a specific subscription sent by the authenticated user. Looks up by subscription record uri or subject (recipient) DID. These are mutually exclusive; uri takes precedence."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atiproto.payment.subscription.get

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

Metadata

DID
did:plc:4x5dcv6u4wlkjcssto7f22nu
CID
bafyreiampjhiij42o32uihylrenej4xcfzd6fhupt7uat7r6bzrzzybj2m
Indexed At
2026-04-29 15:05 UTC
AT-URI
at://did:plc:4x5dcv6u4wlkjcssto7f22nu/com.atproto.lexicon.schema/com.atiproto.payment.subscription.get

Referenced Schemas (1)

Lexicon Garden

@