# Segments

Customer and operation segments.

## Retrieve a Segment

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

## Edit a Segment

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

## Delete a Segment

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

## Add a new Segment

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

## Retrieve a list of Segments

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

