v1
latestOpenAPI 3.0.12026-07-141671231.8 MBExports
Retrieve a General Ledger export
The endpoint returns a specific General Ledger export. The export file is an xlsx file.
ℹ️ This endpoint requires the following scope: exports:gl
get/api/external/v2/exports/general_ledgers/{id}
Path parameters
idinteger required
Example:1
Existing export identifier (id)
Response
Returns the export
Example response
{
"id": 124,
"file_url": "https://app.pennylane.com/my_export.xlsx",
"created_at": "2023-08-30T10:08:08.146343Z",
"updated_at": "2023-08-30T10:08:08.146343Z"
}