Public APIv1.0
API Reference
Build completely custom changelogs by fetching raw data from your project.
Get Project Data
Retrieve public configuration and published posts.
GEThttps://logpulse.com/api/widget
| Parameter | Type | Description | Required |
|---|---|---|---|
| projectId | string | The unique identifier for your project. | Required |
Response Example
{
"project": {
"name": "My App",
"brandColor": "#3b82f6",
"widgetPosition": "bottom-right",
"widgetTheme": "dark"
},
"posts": [
{
"id": "post_123...",
"title": "New Dashboard Design",
"content": "<p>We completely redesigned...</p>",
"category": "NEW",
"createdAt": "2024-01-01T12:00:00Z"
}
]
}