v1
latestOpenAPI 3.1.02026-07-2483219318.4 KBPDFs
Get PDF Transaction Exports
Get a list of PDF transaction exports for accounts that the user has shared with your application.
get/pdfs/exports/{code}
Path parameters
codestring required
The one-off authorization code, provided to your application by redirection to your redirect_uri upon the user's successful completion of the authorization flow.
Headers
Content-Typestring
Response
Successful response.
Example response
{
"items": [
{
"_account": "oneoff_acc_1111111111111111111111111",
"description": "2022-Jan-01_Personal"
}
]
}