Indexed `dev.cocore.compute.settlement` records (capped at 200), optionally filtered by the settled receipt URI and/or the requester DID (matched against the authorization URI prefix).
Parameters
Output
Encoding
application/jsonsettlements
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": [
"settlements"
],
"properties": {
"settlements": {
"type": "array",
"items": {
"ref": "dev.cocore.defs#indexedRecord",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"receipt": {
"type": "string",
"format": "at-uri",
"description": "Filter to settlements of this receipt URI."
},
"requester": {
"type": "string",
"format": "did",
"description": "Filter to settlements whose requester authorization is hosted by this DID."
}
}
},
"description": "Indexed `dev.cocore.compute.settlement` records (capped at 200), optionally filtered by the settled receipt URI and/or the requester DID (matched against the authorization URI prefix)."
}