# Pets

Operations related to pets

## List pets

 - [GET /accounts/{accountId}/customers/{customerId}/pets](https://developers.propetware.com/apis/openapi-v1/pets/listpets.md): Retrieve a list of pets for a customer

## Create pet

 - [POST /accounts/{accountId}/customers/{customerId}/pets](https://developers.propetware.com/apis/openapi-v1/pets/createpet.md): Create a new pet for a customer

## Get pet details

 - [GET /accounts/{accountId}/customers/{customerId}/pets/{petId}](https://developers.propetware.com/apis/openapi-v1/pets/getpet.md): Retrieve details of a specific pet

## Update pet

 - [PATCH /accounts/{accountId}/customers/{customerId}/pets/{petId}](https://developers.propetware.com/apis/openapi-v1/pets/updatepet.md): Update a pet

