Produktly docs
Tags

List tags

GET
/tags

Authorization

BearerAuth
AuthorizationBearer <token>

Use an API key from the Produktly dashboard → Settings → API keys.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/tags"
{  "data": [    {      "id": 0,      "name": "string",      "backgroundColor": "string",      "textColor": "string"    }  ],  "pagination": {    "total": 0,    "limit": 0,    "offset": 0  }}