# Track link click

Click tracking redirect endpoint. Logs the click and redirects to the original URL.

How it works:
- When you enable track_clicks: true in your email send request, MailerLogic automatically rewrites all links in your HTML
- Each link is replaced with a tracking URL containing a unique encrypted token
- When the recipient clicks a link, they are redirected through this endpoint
- The click event is recorded and the user is immediately redirected to the original destination

Public endpoint - no authentication required. The token provides the necessary context.

Endpoint: GET /track/c/{token}
Version: 1.0.0
Security: , 

## Path parameters:

  - `token` (string, required)
    Encrypted tracking token automatically generated and embedded by MailerLogic.
Contains email_id and the original destination URL.
You do not need to generate this token - it is created automatically when sending emails with tracking enabled.


## Response 302 fields
