Skip to main content
GET
/
v1
/
changelog
/
{slug}
/
entries
/
{id}
Get a published changelog entry
curl --request GET \
  --url https://api.suprlogs.com/v1/changelog/{slug}/entries/{id}
{
  "entry": {}
}

Path Parameters

slug
string
required
id
string<uuid>
required

Response

Published entry.

entry
object