---
title: "Get a client"
method: GET
path: "/Clients/{ClientSid}"
tags: ["Clients"]
---

# Get a client

`GET /Clients/{ClientSid}`

Get details of a single client

## Response `200`

details of a client

- object
  - `account_sid` string, uuid
  - `client_sid` string, uuid
  - `username` string
  - `password` string — in the response the password will only show the first character with subsequnet ones replaces by an x
  - `is_active` 1 | 0
  - `allow_direct_app_calling` 1 | 0
  - `allow_direct_queue_calling` 1 | 0
  - `allow_direct_user_calling` 1 | 0

---

[API](https://skmtc.net/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.net/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jambonz/jambonz-api/revisions/56f317145d23/schema)
