# Secondary Pet Statuses

Operations related to custom secondary pet status options

## List secondary pet statuses

 - [GET /accounts/{accountId}/secondaryPetStatuses](https://developers.propetware.com/apis/openapi-v1/secondary-pet-statuses/listsecondarypetstatuses.md): Retrieve all custom secondary pet statuses for an account, ordered by item_order.

## Create secondary pet status

 - [POST /accounts/{accountId}/secondaryPetStatuses](https://developers.propetware.com/apis/openapi-v1/secondary-pet-statuses/createsecondarypetstatus.md): Create a new secondary pet status. The new status is appended at the end of the ordering.

## Get secondary pet status

 - [GET /accounts/{accountId}/secondaryPetStatuses/{statusId}](https://developers.propetware.com/apis/openapi-v1/secondary-pet-statuses/getsecondarypetstatus.md): Retrieve a specific secondary pet status by ID

## Update secondary pet status

 - [PATCH /accounts/{accountId}/secondaryPetStatuses/{statusId}](https://developers.propetware.com/apis/openapi-v1/secondary-pet-statuses/updatesecondarypetstatus.md): Rename a secondary pet status.

## Delete secondary pet status

 - [DELETE /accounts/{accountId}/secondaryPetStatuses/{statusId}](https://developers.propetware.com/apis/openapi-v1/secondary-pet-statuses/deletesecondarypetstatus.md): Delete a secondary pet status. Pets that have this status assigned retain their secondary_pet_status_id until manually updated.

