---
title: "Return client details. Activities and invoices included."
method: GET
path: "/api/client/details"
tags: ["Client"]
---

# Return client details. Activities and invoices included.

`GET /api/client/details`

## Query parameters

- `id` integer, required

## Headers

- `x-auth-key` string, required
- `x-auth-secret` string, required

## Response `200`

OK

- ClientDetailsApiModel
  - `Id` integer — Entity id
  - `CreatedOn` string, date-time — Date of creation
  - `ClientCurrencyId` integer — Indicates the default system currency used by the user for the client
  - `ClientCountryId` integer — Indicates the country where the clients is from
  - `UiLanguageId` integer — Hold a value of the language in which the invoice will be sent
  - `Name` string — Name of the client
  - `Address` string — Client business address
  - `Email` string — Client email
  - `AdditionalEmails` AdditionalClientEmailApiModel[] — Client additional emails contact for CC
    - `Email` string — CC
  - `PhoneNumber` string — Client phone numer
  - `Vat` string — Client's VAT number
  - `CompanyRegistrationNumber` string — Client's Company Registration Number
  - `DefaultDueDateInDays` integer — Client custom payment terms

---

[API](https://skmtc.dev/envoice/apis/api-v1-0-0.md) · [All operations](https://skmtc.dev/envoice/apis/api-v1-0-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/envoice/api-v1-0-0/revisions/e20a9e338d8f/schema)
