Changelogs
List your organization's previously converted changelogs — history and context for generating new content
List previous changelogs
GET
/changelogsList previous changelogs
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
X-Organization-ID | string | Optional | Specify organization context for multi-org users. If omitted, uses default org for API key. |
product_name | string | Optional | Filter by product name (case-insensitive) |
limit | integer | Optional(default: 20) | |
cursor | string | Optional |
curl -X GET https://logtalk.io/api/v1/changelogs \-H "Authorization: Bearer lt_live_your_api_key_here" \-H "Content-Type: application/json"