Skip to main content
GET
/
v2
/
partner
/
filings
/
summary
Get Filings Summary
curl --request GET \
  --url https://api.trykintsugi.com/v2/partner/filings/summary \
  --header 'X-API-KEY: <api-key>'
{
  "total": 123,
  "pendingApproval": 123,
  "outstanding": 123,
  "overdue": 123,
  "filed": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.trykintsugi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Headers

x-partner-id
string | null
Maximum string length: 100

Response

Successful Response

Aggregated filing counts by status.

total
integer
required
pendingApproval
integer
required
outstanding
integer
required
overdue
integer
required
filed
integer
required