MASSARIdocsRequest access

Filing metadata

GET/v1/filings/documents/{accession}/metadataPromised whole

Metadata for one filing, by accession number.

Parameters

  • accessionpathrequired

    SEC accession number, dashed form.

Response contract

Every field in the response is part of the contract.

Response fields

The top level keys a live response actually returned, read off the API rather than written down here.

idsymbolfiling_typefiling_dateperiod_of_reporttitleaccession_numberedgar_url

How this was verified

Called against 6 different subjects on the live API. Every field it returned, at every level, was compared with the contract above. Last checked August 18, 2026.

Request

curl "https://api.massari.ai/v1/filings/documents/0001140361-26-032884/metadata" \
  -H "Authorization: Bearer $MASSARI_TOKEN"

Example response

{
  "id": "b895b9db-9282-4bec-86bb-e41252430e88",
  "symbol": "AAPL",
  "filing_type": "4",
  "filing_date": "2026-08-13T00:00:00.000Z",
  "period_of_report": "2026-08-11T00:00:00.000Z",
  "title": "FORM 4",
  "accession_number": "0001140361-26-032884",
  "edgar_url": "https://www.sec.gov/Archives/edgar/data/320193/000114036126032884/xslF345X06/form4.xml"
}

A real response from the live API, captured August 18, 2026. Nothing was dropped, so this is the whole shape. Either way it is valid JSON.

Book a meeting