v1
latestOpenAPI 3.0.12026-07-144840447.2 KBExports
Get FEC export
Retrieve the export of a FEC
ℹ️ This endpoint requires the following scope: exports:fec
get/api/external/firm/v1/companies/{company_id}/exports/fecs/{id}
Path parameters
company_idinteger required
Example:1
Existing company identifier (id)
idinteger required
Example:1
Existing export identifier (id)
Response
Returns the an export
Example response
{
"id": 124,
"file_url": "https://app.pennylane.com/my_export.xlsx",
"status": "pending",
"created_at": "2023-08-30T10:08:08.146343Z",
"updated_at": "2023-08-30T10:08:08.146343Z"
}