> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/faq/reference/objects/tag.md).

# Tag

#### Example

```json
{
    "id": 444,
    "name": "Support"
}
```

#### Fields

| Field | Type    | Comments         |
| ----- | ------- | ---------------- |
| id    | integer | Unique Id of tag |
| name  | string  | Name of the tag  |
