Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
API v2
cURL
curl --request GET \ --url https://productlane.com/api/v2/changelog-tags \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "color": "<string>", "icon": "<string>" } ] }
List tags that can be attached to changelogs. Requires the changelogs:read scope.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes