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

Response

noteId
string
required
labelId
string
required