Statements
Show statement
OAuth scope: organization.read
Retrieves a single statement.
get/v2/statements/{id}
Headers
X-Qonto-Staging-Tokenstring
Required only for Sandbox API requests; to get one, please submit the following form: https://getqonto.atlassian.net/servicedesk/customer/portal/5/group/47/create/143.
Response
Returns the statement.
Example response
{
"statement": {
"id": "08544790-6305-4a85-8487-e035290bcee8",
"bank_account_id": "9f4af770-344b-42c1-a592-6a2adf82a6d3",
"period": "08-2024",
"file": {
"file_content_type": "application/pdf",
"file_size": "16966"
}
}
}