---
title: "Get client by ID"
method: GET
path: "/api/clients/{id}"
tags: ["Clients"]
---

# Get client by ID

`GET /api/clients/{id}`

Retrieves a single client account by ID

## Path parameters

- `id` string, uuid, required

## Response `200`

Client details

- ClientResponseDto
  - `id` string, required — Client unique identifier
  - `name` string, required — Client/company name
  - `email` object, nullable, required — Contact email address
  - `lookupKey` object, nullable, required — Lookup key for external integrations
  - `createdAt` string, date-time, required — Creation timestamp
  - `updatedAt` object, nullable, required — Last update timestamp

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Not Found - Resource does not exist
- `500` — Internal server error

---

[API](https://skmtc.net/navistone/apis/zazmic-platform-api.md) · [All operations](https://skmtc.net/navistone/apis/zazmic-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/navistone/zazmic-platform-api/versions/e2454b713133/schema)
