cURL
curl --request GET \ --url https://productlane.com/api/v1/changelog-tags/{workspaceId} \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "color": "<string>", "icon": "<string>" } ]
List all changelog tags for a workspace. Use the returned tag IDs when creating or updating changelogs. Authentication is required.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response