API 1
cURL
curl --request GET \ --url https://openapi.pleo.io/v1/expenses/{expenseId}/receipts \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "url": "<string>", "mimeType": "<string>", "size": 123 } ]
Open API Bearer token
Unique UUID of the expense.
"0f0e000-000d-0d00-000b-00db0d000fae"
An array of receipts info with the download URL will be returned.
The unique UUID identifier of the receipt
File name of the receipt
Download URL of the receipt (remains valid for 15 hours)
Mime type of the file
Size of the file in KB