---
title: "Klienti (v2)"
group: "Klienti"
api_version: "v2"
canonical: "https://fature.al/api-reference/groups/v2-klienti.html"
---

# Klienti (v2)

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

Versioni 2 i endpoint-eve te klientit. Perdor nje format te ri me objekte te ndara
(`company`/`person`/`address`/`contact`) dhe nje fushe diskriminuese `type` (company|person).
Identifikuesi jepet si objekt `id` me `type` dhe `value`. Lloji (`type`) eshte i pandryshueshem ne editim.

Base URL: `https://fature.al`

All of these operations require authentication.

## Operations

- [GET /api/v2/clients](/api-reference/endpoints/api-v2-clients-list.md) — Lista e klienteve
- [POST /api/v2/clients](/api-reference/endpoints/api-v2-clients-create.md) — Krijo klient (v2)
- [GET /api/v2/clients/{id}](/api-reference/endpoints/api-v2-clients-show.md) — Detajet e klientit (v2)
- [PATCH /api/v2/clients/{id}](/api-reference/endpoints/api-v2-clients-update.md) — Perditeso klient (v2)
