API Reference
Pro
Programmatic access to your changelog and announcements
Authentication
All API requests require authentication using a Bearer token. You can generate API keys in Settings → API.
curl https://api.releaseglow.com/v1/entries \
-H "Authorization: Bearer rg_sk_xxxxx"Endpoints
GET
/v1/entriesList all published entries for your project
GET
/v1/entries/:idRetrieve a specific entry by ID
POST
/v1/entriesCreate a new entry (draft by default)
PATCH
/v1/entries/:idUpdate an existing entry
DELETE
/v1/entries/:idDelete an entry permanently
GET
/v1/announcementsList all active announcements
Rate Limits
- Pro plan: 1,000 requests per hour
- Enterprise plan: 10,000 requests per hour
- Rate limit headers are included in all responses