📌

Coming soon!

This is a preview of the upcoming Statements product. However, it is subject to change and will not be available for testing until after release.

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
Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!