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

# Mark Post Read

> Mark a post as read.

# Mark Post Read

<div className="method-badge put">PUT</div> `/v1/posts/{post_id}/read`

## Path parameters

| Parameter | Type          | Description |
| --------- | ------------- | ----------- |
| `post_id` | string (UUID) | Post ID     |

```bash theme={null}
curl -X PUT https://twixb.com/api/v1/posts/a6afb505-.../read \
  -H "X-API-Key: twxb_your_key_here"
```

## Response

```json theme={null}
{"status": "ok"}
```
