# Palavras-chave

Palavras-chave (tags) usadas para etiquetar tarefas, clientes e demais recursos, facilitando filtros e relatórios.

## Consultar palavra-chave

 - [GET /keywords/{id}](https://developer.auvo.com.br/openapi/api-reference/palavras-chave/retrieve-a-keyword.md): Returns the details of a single Keyword identified by its unique identifier.

## Editar palavra-chave

 - [PATCH /keywords/{id}](https://developer.auvo.com.br/openapi/api-reference/palavras-chave/edit-a-keyword.md): Updates the editable fields of an existing Keyword identified by its unique identifier. Only the properties present in the request body are modified.

## Excluir palavra-chave

 - [DELETE /keywords/{id}](https://developer.auvo.com.br/openapi/api-reference/palavras-chave/delete-a-keyword.md): Removes a Keyword from your account by its unique identifier. This operation cannot be undone.

## Adicionar nova palavra-chave

 - [POST /keywords](https://developer.auvo.com.br/openapi/api-reference/palavras-chave/add-a-new-keyword.md): Creates a new Keyword in your account using the data provided in the request body.

## Listar palavras-chave

 - [GET /keywords](https://developer.auvo.com.br/openapi/api-reference/palavras-chave/retrieve-a-list-of-keywords.md): Returns a paginated list of Keywords registered in your account. Use the query parameters to filter, sort and paginate results.

