// Replace API_KEY with your api key
curl --location 'https://api.supahub.com/api/v1/changelogs?limit=10&page=1' \
--header 'Authorization: Bearer API_KEY'
GET
method
/changelogs
path

Query Parameters

Below are the query parameters available for customizing the response:

id
string | undefined

Unique identifier of the changelog.

Keyword search among changelogs.

status
Draft | Published | undefined

Filter by changelog status.

labels
string | undefined

Filter by labels associated with changelogs.

limit
1-100
default:
"10"

Number of changelogs returned in one request.

page
1-n
default:
"1"

1-n Page number for pagination.

// Replace API_KEY with your api key
curl --location 'https://api.supahub.com/api/v1/changelogs?limit=10&page=1' \
--header 'Authorization: Bearer API_KEY'