get https://sandbox-products.ddp.akoya.com/statements////
Retrieve a specific account statement file. Use HTTP Accept request-header to specify desired content types.
For the initial launch, only PDF statements are supported. PDFs are returned in the response.
cURL request
We recommend using the auto-generated cURL request with the {idToken}, accountId, providerId, statementId, and version with an added cURL parameter to return the output to a file. For example:
curl --request GET --url https://sandbox-products.ddp.akoya.com/statements/v2/mikomo/513815781465/P9CvLPKDaFRMbNDkhu1 --header "accept: application/pdf" --header "authorization: Bearer {idtoken}" --output example.pdf