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-00292", "filingID": "2720f109-0caf-4c62-af22-5d08c853711c" } '
"Document approved and added to docket"
Approves a document submission and adds it to the case docket. Requires approval permission for the party.
access token
"2025-08-00292"
"2720f109-0caf-4c62-af22-5d08c853711c"
Successfully approved document
The response is of type string.
string