POST /v1/admin/commissions/reconcile
Service: affiliates · operationId: (none)
Reconcile commission ledger against order data
Required scopes
(no scope declared — review service config)
Responses
200 Reconciliation completed
{
"type": "object",
"properties": {
"checked": {
"type": "integer"
},
"mismatches": {
"type": "integer"
}
},
"required": [
"checked",
"mismatches"
]
}500 Internal error
{
"type": "object",
"properties": {
"error": {
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"error",
"message"
]
}Example
curl -X POST https://affiliates.platform.loop.health/v1/admin/commissions/reconcile \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/affiliates— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced