---
title: "Link clicks"
method: POST
path: "/domain/{domainId}/link_clicks"
tags: ["domain"]
---

# Link clicks

`POST /domain/{domainId}/link_clicks`

Gets link clicks for link paths

## Path parameters

- `domainId` integer, required

## Query parameters

- `startDate` string, date
- `endDate` string, date

## Request body

- Model22
  - `pathsDates` Model21[]
    - `path` string — link path
    - `createdAt` string — link created date

## Response `200`

link clicks by paths dictionary

---

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