---
title: "Record an affiliate click (public)"
method: POST
path: "/api/v1/visa/affiliate/track-click"
tags: ["Affiliate program"]
---

# Record an affiliate click (public)

`POST /api/v1/visa/affiliate/track-click`

Increment the click counter. Fire-and-forget.

## Request body

- object
  - `affiliate_id` string, required

## Response `200`

Click recorded.

- object
  - `ok` boolean

## Other responses

- `400` — Missing or malformed parameter.
- `404` — No data for the requested resource.

---

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