Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.supahub.com/llms.txt

Use this file to discover all available pages before exploring further.

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'