Appearance
document-invoices​
Get File​
GET
/accounts/{accountUuid}/documents/v2/invoices/{documentUuid}/files/{fileUuid}
Returns a file
Authorizations​
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters​
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"documentUuid*
Type
Requiredstring
Format
"uuid"fileUuid*
Type
Requiredstring
Format
"uuid"Responses​
Successful response
application/json
JSON"data": {"uuid": "string","name": "string","createdAt": "string","updatedAt": "string","archivedAt": "string","archivedReason": "string","fileSize": 0,"mimeType": "string","kind": "string","fileUrl": "string"},"message": "string","status": 200,"meta": {}
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}