# State Manage your states ## Get State - [GET /api/v1/state/{id}](https://developers.prana.software/pranaapi/openapiprana/state/getbyid_4.md): Get a specific state. ## Update State - [PUT /api/v1/state/{id}](https://developers.prana.software/pranaapi/openapiprana/state/update_4.md): Update a specific state. ## Delete State - [DELETE /api/v1/state/{id}](https://developers.prana.software/pranaapi/openapiprana/state/delete_4.md): Delete specific state. ## Patch State - [PATCH /api/v1/state/{id}](https://developers.prana.software/pranaapi/openapiprana/state/patch_3.md): Patch specific State. ## Create State - [POST /api/v1/state](https://developers.prana.software/pranaapi/openapiprana/state/create_6.md): Create a new state. ## List States - [POST /api/v1/state/search](https://developers.prana.software/pranaapi/openapiprana/state/getall_8.md): Get all your states.