List All Labels
GET {{baseUrl}}/api/v2/help_center/articles/labels
Lists all the labels in the articles in Help Center.
Allowed for
- Agents
Pagination
- Cursor pagination (recommended)
- Offset pagination
See Pagination.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"labels":[{"name":"\u003cstring\u003e","created_at":"\u003cstring\u003e","id":"\u003cinteger\u003e","updated_at":"\u003cstring\u003e","url":"\u003cstring\u003e"},{"name":"\u003cstring\u003e","created_at":"\u003cstring\u003e","id":"\u003cinteger\u003e","updated_at":"\u003cstring\u003e","url":"\u003cstring\u003e"}]}