Signal resolved blocking facts for one waiting mother-account withdrawal review
const url = 'https://example.com/admin/mother-account-withdrawals/example/review-resumptions';const options = { method: 'POST', headers: { 'Idempotency-Key': 'example', Authorization: 'Bearer <token>', 'Content-Type': 'application/json' }, body: '{"expectedReviewRevision":1,"resolutionCode":"blocking_facts_resolved"}'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/admin/mother-account-withdrawals/example/review-resumptions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'Idempotency-Key: example' \ --data '{ "expectedReviewRevision": 1, "resolutionCode": "blocking_facts_resolved" }'Dedicated authorized-reviewer signal command. The bearer identity and reviewer authority are resolved server-side. The request accepts only the expected review revision and the closed blocking-facts resolution code; it never accepts actor, user, member, source, role, branch, PII, retention, or note facts.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Header Parameters
Section titled “Header Parameters”Request Bodyrequired
Section titled “Request Bodyrequired”object
Responses
Section titled “Responses”Exact replay returns the original review-resumption receipt
object
Review-resumption signal durably accepted for the waiting review cycle
object
Bearer access token is required
object
object
object
object
object
object
object
Authenticated actor lacks dedicated withdrawal-review resumption authority
object
object
object
object
object
object
object
No withdrawal receipt exists in the authorized review scope
object
object
object
object
object
object
object
Review revision, waiting state, unresolved blocking facts, or idempotency payload conflicts
object
object
object
object
object
object
object
Path, idempotency key, review revision, resolution code, or request shape is invalid
object
object
object
object
object
object
object
Withdrawal-review authority cannot prove a safe resumption result