API referenceFinancial statements
Download a financial statement
Not available yet
This operation is described here and is not served. A call to it returns 404.
The data layer has no way to look a statement up by its id. Statements are reachable through their company, at GET /companies/{company_id}/financial-statements.
Redirects to a short-lived download link for the published statement (PDF). The link expires after 5 minutes.
Costs 1 credit.
Authorization
bearerAuth AuthorizationBearer <token>
Your API key, sent as Authorization: Bearer rc_live_….
In: header
Path Parameters
financial_statement_id*string
The financial statement's id.
Format
uuidResponse Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/financial-statements/497f6eca-6276-4993-bfeb-53cbbbba6f08/content"Empty