# The tag model

## Example Object


```json
{\n  \"id\": \"17513\",\n  \"name\": \"independent\",\n  \"type\": \"tag\"\n}
```

A tag allows you to label your contacts and companies and list them using that tag.

### Tag Object

| Key | Type | Description |
|  --- | --- | --- |
| type | string | *value is 'tag'* |
| id | string | The id of the tag |
| name | string | The name of the tag |