# Clients ## Filter all clients - [GET /clients](https://kanbert.redocly.app/openapi/clients/clients.index.md) ## Create new client - [POST /clients](https://kanbert.redocly.app/openapi/clients/clients.store.md) ## Show single client - [GET /clients/{id}](https://kanbert.redocly.app/openapi/clients/clients.show.md) ## Update client - [PUT /clients/{id}](https://kanbert.redocly.app/openapi/clients/clients.update.md) ## Archive client - [DELETE /clients/{id}](https://kanbert.redocly.app/openapi/clients/clients.destroy.md) ## Restore client - [PUT /clients/{id}/restore](https://kanbert.redocly.app/openapi/clients/clients.restore.md)