Skip to main content
GET
/
controls
/
{org}
/
tags
List distinct tag key/value pairs for an org's controls
curl --request GET \
  --url https://app.kosli.com/api/v2/controls/{org}/tags \
  --header 'Authorization: Bearer <token>'
{
  "tag_choices": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

org
string
required

Response

Successful Response

tag_choices
TagChoiceResponse · object[]
required
Last modified on June 25, 2026