cURL
curl --request GET \ --url https://api.suprlogs.com/v1/changelog/{slug}
{ "project": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slug": "<string>" }, "entries": [ {} ], "meta": { "limit": 123, "offset": 123, "count": 123 } }
Returns published changelog entries for a project slug.
1 <= x <= 100
x >= 0
Published entries and metadata.
Show child attributes