Show Label
GET {{baseUrl}}/api/v2/help_center/articles/labels/:label_id
Shows the properties of the specified label.
Allowed for
- Agents
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"label":{"name":"\u003cstring\u003e","created_at":"\u003cstring\u003e","id":"\u003cinteger\u003e","updated_at":"\u003cstring\u003e","url":"\u003cstring\u003e"}}