fdback.iofdback.io

List tags

Retrieve all available tags for the workspace.

GET
/tags

Authorization

bearerAuth
AuthorizationBearer <token>

API key with sk_live_ or sk_test_ prefix. Create keys in your workspace settings.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://app.fdback.io/api/v1/tags"
{
  "data": [
    {
      "id": "string",
      "name": "string",
      "color": "string"
    }
  ]
}
{
  "error": {
    "code": "UNAUTHORIZED",
    "message": "Invalid API key.",
    "status": 401
  }
}
{
  "error": {
    "code": "RATE_LIMITED",
    "message": "Too many requests. Please try again later.",
    "status": 429
  }
}