POST /v1/admin/subscriptions/check-status
Service: membership · operationId: (none)
Required scopes
(no scope declared — review service config)
Responses
200 Status reconciliation result
{
"type": "object",
"properties": {
"checked": {
"type": "number"
},
"corrected": {
"type": "number"
},
"errors": {
"type": "number"
}
},
"required": [
"checked",
"corrected",
"errors"
]
}Example
curl -X POST https://membership.platform.loop.health/v1/admin/subscriptions/check-status \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/membership— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced