# Customer Manage your Customers ## Get Customer - [GET /api/v1/customer/{id}](https://developers.prana.software/openapi/customer/getbyid_14.md): Get a specific customer. ## Update Customer - [PUT /api/v1/customer/{id}](https://developers.prana.software/openapi/customer/update_14.md): Update a specific customer. ## Delete Customer - [DELETE /api/v1/customer/{id}](https://developers.prana.software/openapi/customer/delete_14.md): Delete specific customer. ## Create Customer - [POST /api/v1/customer](https://developers.prana.software/openapi/customer/create_17.md): Create a new customer. ## List Customers - [POST /api/v1/customer/search](https://developers.prana.software/openapi/customer/getall_20.md): Get all your customers.