com.atiproto.payment.list

atiproto.com

Documentation

List items and subscriptions for the authenticated user. Always returns items given by the user and subscriptions the user has created.

main query

List items and subscriptions for the authenticated user. Always returns items given by the user and subscriptions the user has created.

Parameters

cursor string Optional

Pagination cursor

limit integer Optional

Results per page (1-100)

Output

Encodingapplication/json
cursor string Optional

Pagination cursor for next page

items array Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Pagination cursor
Results per page (1-100)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "items"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "refs": [
              "com.atiproto.item#view",
              "com.atiproto.subscription#view"
            ],
            "type": "union"
          }
        },
        "cursor": {
          "type": "string",
          "maxLength": 512,
          "description": "Pagination cursor for next page"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1,
        "description": "Results per page (1-100)"
      },
      "cursor": {
        "type": "string",
        "maxLength": 512,
        "description": "Pagination cursor"
      }
    }
  },
  "description": "List items and subscriptions for the authenticated user. Always returns items given by the user and subscriptions the user has created."
}

Lexicon Garden

@