cURL
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>" } ] }
Retrieves a list of all tags.
A list of tags
Show child attributes