---
title: "GET /v1/crm/clients/ticks/{id}/"
method: GET
path: "/v1/crm/clients/ticks/{id}/"
tags: ["v1"]
---

# GET /v1/crm/clients/ticks/{id}/

`GET /v1/crm/clients/ticks/{id}/`

## Path parameters

- `id` integer, required

## Response `200`

- ClientTick
  - `id` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `name` string, required
  - `code` string
  - `comment` string, nullable
  - `blacklist` boolean
  - `request_count` integer, nullable
  - `request_amount` string, decimal, nullable
  - `debt_limit` string, decimal, nullable
  - `tenant` integer

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
