{
"id": "com.atiproto.recipient.payment.subscription.list",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"subscriptions"
],
"properties": {
"cursor": {
"type": "string",
"maxLength": 512,
"description": "Pagination cursor for next page"
},
"subscriptions": {
"type": "array",
"items": {
"ref": "com.atiproto.subscription#view",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Results per page (1-100, default: 50)"
},
"cursor": {
"type": "string",
"maxLength": 512,
"description": "Pagination cursor"
}
}
},
"description": "List subscriptions received by the authenticated user (subscriptions where the authed user is the recipient/subject). Includes subscriptions marked private, which are only stored in atiproto's database."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:4x5dcv6u4wlkjcssto7f22nu
- CID
-
bafyreiaa6jfpi7ewzph32tm4ilr4ddpxznbsttw75zg2kl43s33bh6hnc4
- Indexed At
- 2026-04-29 15:05 UTC
- AT-URI
-
at://did:plc:4x5dcv6u4wlkjcssto7f22nu/com.atproto.lexicon.schema/com.atiproto.recipient.payment.subscription.list