---
title: "Shkarko PDF te fatures sipas EIC"
operation_id: "api.v1.einvoice.pdf"
method: GET
path: "/api/v1/invoice/print-eic/{eic}"
group: "Faturat"
api_version: "v1"
authenticated: true
canonical: "https://fature.al/api-reference/endpoints/api-v1-einvoice-pdf.html"
---

# Shkarko PDF te fatures sipas EIC

Part of the [fature.al API](/api-reference/index.html) documentation.

## GET /api/v1/invoice/print-eic/{eic}

Kthen skedarin PDF te fatures duke perdorur kodin EIC (UUID).

Full URL: `https://fature.al/api/v1/invoice/print-eic/{eic}`

API version: `v1`.

Authentication: required (bearer token).

### Path parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `eic` | string | yes | Kodi EIC i fatures elektronike. |

### Example request

```bash
curl -X GET 'https://fature.al/api/v1/invoice/print-eic/2e9b6f31-d712-4c45-8cc0-9faf24c805a3' \
  -H 'Authorization: Bearer YOUR_TOKEN' \
  -H 'X-Client-Id: YOUR_CLIENT_ID' \
  -H 'X-Client-Secret: YOUR_CLIENT_SECRET' \
  -H 'Accept: application/json'
```

### Responses

**200** — Skedari PDF i fatures. Kontrolloni Content-Type para se ta ruani si PDF: nje EIC qe nuk gjendet kthehet po me statusin 200, por si text/html.

```json
example
```
