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