Retrieve an attachment
OAuth scope: organization.read
Retrieves the attachment identified by the id
path parameter.
In the Qonto app, attachments are files uploaded onto transactions by users. Attachments typically correspond to the invoice or receipt, and are used to justify the transactions from a bookkeeping standpoint.
You can retrieve the IDs of those attachments inside each transaction
object, by calling GET /v2/transactions.
Probative attachment is another version of attachment, compliant with PAdES standard.
For security reasons, the url
you retrieve for each attachment is only valid for 30 minutes. If you need to download the file after more than 30 minutes, you will need to perform another authenticated call in order to generate a new download URL.
If you download the file using curl
, replace the \\u0026
references by &
in the url
string.
Authorizations
Bearer authorization header: Bearer <token>
, where <token>
is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Path Parameters
"e72f6e43-0f27-4415-8781-ad648a89b47f"
Response
The response is of type object
.