1. Webhooks (Management)
FinancialReports
  • FinancialReports API Documentation
  • Changelog
  • Python SDK
  • Companies
    • List Companies
      GET
    • Retrieve Company Details
      GET
    • Predict Next Annual Report
      GET
  • Filings
    • List Filings
      GET
    • Retrieve Filing Details
      GET
    • Retrieve Filing History (Audit Trail)
      GET
    • Retrieve Filing Markdown
      GET
  • Filing Types
    • The Financial Reporting Classification Framework (FRCF)
    • List Filing Types
      GET
    • Retrieve Filing Type
      GET
  • Filing Categories
    • List Filing Categories
    • Retrieve Filing Category
  • Languages
    • Understanding Language Codes
    • List Languages
    • Retrieve Language
  • ISIC Classifications
    • Understanding ISIC Classification
    • List ISIC Classes
    • Retrieve ISIC Class
    • List ISIC Divisions
    • Retrieve ISIC Division
    • List ISIC Groups
    • Retrieve ISIC Group
    • List ISIC Sections
    • Retrieve ISIC Section
  • Countries
    • Understanding Country Codes
    • List Countries
    • Retrieve Country
  • Sources
    • Understanding Data Sources
    • List Data Sources
    • Retrieve Data Source
  • Watchlist
    • Get User's Watchlist
    • Add Company to Watchlist
    • Remove Company from Watchlist
    • Bulk Add Companies to Watchlist
    • Bulk Remove Companies from Watchlist
  • Webhooks (Management)
    • List Webhooks
      GET
    • Create Webhook
      POST
    • Retrieve Webhook
      GET
    • Update Webhook
      PUT
    • Partial Update Webhook
      PATCH
    • Delete Webhook
      DELETE
    • List Delivery Logs
      GET
    • Retrieve Delivery Detail
      GET
    • Replay Delivery
      POST
    • Regenerate Secret Key
      POST
    • Test Webhook
      POST
    • Filing Processed Event
    • Filing Received Event
  • ISINs
    • List ISINs
    • Retrieve ISIN
  • Chat Agent
    • Update Chat Session
    • Delete Chat Session
    • Retrieve Chat History
    • Stream Financial Assistant Agent
  • Schemas
    • Company
    • Language
    • Filing
    • Source
    • ChatInteractionRequest
    • BulkWatchlist
    • CompanyMinimal
    • BulkWatchlistResponse
    • ChatMessageItem
    • Country
    • ErrorDetail
    • ChatMessageList
    • DesignatedSponsor
    • FilingType
    • ChatSessionUpdateResponse
    • FilingSummary
    • ISICClass
    • ISICDivision
    • FilingProcessedPayload
    • FilingCategory
    • ISICGroup
    • FilingHistory
    • ISICSection
    • EntityLegalForm
    • PaginatedFilingTypeList
    • PaginatedCompanyMinimalList
    • PaginatedFilingSummaryList
    • PaginatedCountryList
    • PaginatedISICClassList
    • ListedStockExchange
    • PaginatedISICDivisionList
    • ISIN
    • PaginatedSourceList
    • PaginatedISICGroupList
    • PaginatedISICSectionList
    • FiscalPeriodEnum
    • NextAnnualReport
    • PaginatedLanguageList
    • PaginatedFilingCategoryList
    • WatchlistAction
    • WatchlistCompany
    • Jurisdiction
    • PaginatedFilingHistoryList
    • WatchlistResponse
    • PaginatedWebhookList
    • PaginatedISINList
    • NullEnum
    • PatchedWebhook
    • PaginatedWebhookDeliveryList
    • StockIndex
    • ProcessingStatusEnum
    • StatusEnum
    • Webhook
    • WebhookCompanyPayload
    • WebhookFilingPayload
    • PatchedChatSessionUpdateRequest
    • WebhookDelivery
    • WebhookSecret
    • SSEEvent
    • SessionContext
    • WebhookDeliveryDetail
  1. Webhooks (Management)

Filing Processed Event

Webhook
POST
filing.processed
Triggered when a filing has been successfully analyzed, classified, and converted to Markdown. This event contains the complete metadata and content.

Request

Header Params

Body Params application/json

Example
{}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://your-api-server.com' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{}'

Responses

🟢200
(Success) Acknowledge receipt.
This response does not have a body.
🟠4xx
🔴5xx
Modified at 2026-04-01 15:50:00
Previous
Test Webhook
Next
Filing Received Event
Built with