Skip to main content
GET
/
changelog-tags
/
{workspaceId}
List changelog tags
curl --request GET \
  --url https://productlane.com/api/v1/changelog-tags/{workspaceId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "color": "<string>",
    "icon": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Response

Successful response

id
string
required
name
string
required
color
string
required
icon
string | null
required