Skip to content
Changelogs

List changelog tags

List all tags associated with a changelog.

Introduction

The FeatureOS list changelog tags API allows you to list all tags associated with a changelog.

GET https://api.featureos.app/api/v3/changelogs/:id/changelog_categories
curl -X GET 'https://api.featureos.app/api/v3/changelogs/:id/changelog_categories' \
  -H 'API-KEY: YOUR_API_KEY' \
  -H 'Content-Type: application/json'

Headers

Parameter Default Description
API-KEY - Generate from organization settings on the admin dashboard.

Query Parameters

Parameter Required Format Description
id true Integer The ID of the changelog

Sample response