# Keywords

Keywords used to classify and search records.

## Retrieve a Keyword

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

## Edit a Keyword

 - [PATCH /keywords/{id}](https://developer.auvo.com.br/en/openapi/api-reference/keywords/edit-a-keyword.md): Updates the editable fields of an existing Keywords record. Only properties present in the request body are modified.

## Delete a Keyword

 - [DELETE /keywords/{id}](https://developer.auvo.com.br/en/openapi/api-reference/keywords/delete-a-keyword.md): Removes the relationship or Keywords record from your account. This operation cannot be undone.

## Add a new Keyword

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

## Retrieve a list of Keywords

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

