// Replace API_KEY with your api key and :changelogId with changelog idcurl --location 'https://api.supahub.com/api/v1/changelogs/:changelogId' \--header 'Authorization: Bearer API_KEY'
Changelog
Single Board
Retrieve details of a specific changelog.
Copy
// Replace API_KEY with your api key and :changelogId with changelog idcurl --location 'https://api.supahub.com/api/v1/changelogs/:changelogId' \--header 'Authorization: Bearer API_KEY'
The unique identifier of the changelog you wish to retrieve.
Copy
// Replace API_KEY with your api key and :changelogId with changelog idcurl --location 'https://api.supahub.com/api/v1/changelogs/:changelogId' \--header 'Authorization: Bearer API_KEY'