cURL
curl --request POST \ --url https://cases.platform.arb.inc/filings/documents/approve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00123", "filingID": "52" } '
"Successfully approved"
Approves a specific filed document in a case.
access token
Identifier for the case.
"2025-08-00123"
Identifier for the filing to approve.
"52"
Document was approved.
The response is of type string.
string