// Replace API_KEY with your api key and :changelogId with changelog id
curl --location 'https://api.supahub.com/api/v1/changelogs/:changelogId' \
--header 'Authorization: Bearer API_KEY'
GET
method
/changelogs/:changelogId
path

Path Parameters

changelogId
string
required

The unique identifier of the changelog you wish to retrieve.

// Replace API_KEY with your api key and :changelogId with changelog id
curl --location 'https://api.supahub.com/api/v1/changelogs/:changelogId' \
--header 'Authorization: Bearer API_KEY'