# API v1.0.0 **Provider:** API v1.0.0 **Category:** developer **Base URL:** `https://www.envoice.in` **Auth:** api-key — `x-auth-key: YOUR_API_KEY` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.envoice.in ## Description ![Run in Postman](https://app.getpostman.com/run-collection/80638214aa04722c9203) or View Postman docs Quickst ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.envoice.in/api/client/all` | Return all clients for the account | | GET | `https://www.envoice.in/api/client/candelete` | Check if the provided client can be deleted | | POST | `https://www.envoice.in/api/client/delete` | Delete an existing client | | GET | `https://www.envoice.in/api/client/details` | Return client details. Activities and invoices included. | | POST | `https://www.envoice.in/api/client/new` | Create a client | | POST | `https://www.envoice.in/api/client/update` | Update an existing client | | GET | `https://www.envoice.in/api/estimation/all` | Return all estimation for the account | | POST | `https://www.envoice.in/api/estimation/changestatus` | Change estimation status | ## Authentication API key in the request header (x-auth-key) ``` x-auth-key: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://www.envoice.in/api/client/all' \ -H 'x-auth-key: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium. Free tier available; see API documentation for current plan pricing. --- *Source: [API Map](https://apimap.dev/apis/api-v1-0-0/) — CC BY 4.0*