Skip to main content
GET
/
api
/
v1
/
label
Get label list
curl --request GET \
  --url https://in.rough.app/api/v1/label
[
  {
    "id": "<string>",
    "name": "<string>",
    "color": "<string>"
  }
]

Response

id
string
required
name
string
required
color
string
required