# Tags

The tag endpoints allows you to create, update, retrieve, and delete Tags.

### Attributes&#x20;

| ATTRIBUTE   | TYPE                                 | DESCRIPTION                                 |
| ----------- | ------------------------------------ | ------------------------------------------- |
| id          | Integer                              | Specify the ID of the Tag                   |
| name        | String                               | Specify the name of the Tag.                |
| color       | String                               | Specify the color of the Tag                |
| userId      | Integer                              | Specify the owner id of the Tag             |
| type        | String                               | Specify the type of tag for contact or case |
| user        | JSON Array Object (Entity Relations) | Specify the owner details                   |
| dateCreated | datetime                             | Tag creation timestamp                      |

### Permissions

To request a tag endpoint, you will need a valid API Key with Tag permissions enabled.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.acquire.io/rest-apis/settings/conversation-settings/tags.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
