Skip to main content
GET
/
tags
List Tags
curl --request GET \
  --url https://api.kimp.kim/tags \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "bg_color": "<string>",
      "text_color": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

A list of tags

data
object[]