Kaneo Logo
Labels

Get Label

Get a specific label by ID

GET
/label/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://cloud.kaneo.app/api/label/string"
{
  "id": "string",
  "name": "string",
  "color": "string",
  "createdAt": null,
  "taskId": "string",
  "workspaceId": "string"
}