v1
latestOpenAPI 3.1.02026-07-2483219318.4 KBPDFs
Get PDF Statements
Get a list of PDF statements for accounts that the user has shared with your application.
get/pdfs/statements/{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": [
{
"_accounts": [
"oneoff_acc_1111111111111111111111111"
],
"description": "2022-Jan-01_Personal"
}
]
}