cURL
curl --request POST \ --url https://cases.platform.arb.inc/filings/documents/pending-approval \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00292" } '
{ "filings": [ { "filingID": "2720f109-0caf-4c62-af22-5d08c853711c", "created": "2025-08-15T10:30:00.000Z", "documentID": "statementOfClaim", "submittedBy": "2720f109-0caf-4c62-af22-5d08c853711c" } ] }
Returns a list of documents awaiting approval from the authenticated user. Only shows documents the user has permission to approve.
access token
"2025-08-00292"
Successfully retrieved pending approvals
Show child attributes