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