List creator-owned support.supper.entitlement anchors, optionally filtered by kind. The creator convenience field is derived from the author repo; legacy records whose copied creator field names a different DID are excluded. Public outputs carry only anchor fields plus opaque listing strongRefs. The Supper-local productId/commissionId are app identifiers, never payment processor identifiers; no processor ids, buyer PII, or fulfillment data appear here.
Parameters
Output
application/jsoncursor
string
Optional
No description available.
entitlements
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"entitlements"
],
"properties": {
"cursor": {
"type": "string",
"maxLength": 4096
},
"entitlements": {
"type": "array",
"items": {
"ref": "#entitlementView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"creator"
],
"properties": {
"kind": {
"type": "string",
"maxLength": 32,
"description": "Optional filter restricting results to a single entitlement kind.",
"knownValues": [
"support",
"digital",
"physical",
"commission",
"membership",
"other"
]
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"maxLength": 4096,
"description": "Opaque cursor from a previous response."
},
"creator": {
"type": "string",
"format": "did",
"description": "DID of the creator whose entitlement anchors to list."
}
}
},
"description": "List creator-owned support.supper.entitlement anchors, optionally filtered by kind. The creator convenience field is derived from the author repo; legacy records whose copied creator field names a different DID are excluded. Public outputs carry only anchor fields plus opaque listing strongRefs. The Supper-local productId/commissionId are app identifiers, never payment processor identifiers; no processor ids, buyer PII, or fulfillment data appear here."
}