> ## Documentation Index
> Fetch the complete documentation index at: https://docs.catchthegoodones.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mark a lead as exported

> Update a lead's lifecycle to "exported" after moving it into your CRM

Marks a lead as exported. Sets `x_leads.exported_at = NOW()` and logs an export event for batch-level audit.

After export, the lead appears in `?lifecycle=exported` filters and disappears from `?lifecycle=new`. Re-exporting overwrites `exported_at` to the latest timestamp.

## Body

| Field        | Type              | Description                                                                                  |
| ------------ | ----------------- | -------------------------------------------------------------------------------------------- |
| `exportType` | string (required) | Free-form tag for the destination tool. Example: `"csv"`, `"heyreach"`, `"apollo"`, `"clay"` |
| `platform`   | string            | Optional platform tag (e.g. `"x"`, `"linkedin"`)                                             |

## Response

```json theme={null}
{ "leadId": 1234, "exported": true }
```

## Auth

Bearer or session cookie.
