A

API v1.0.0

by API v1.0.0 Free tier

![Run in Postman](https://app.getpostman.com/run-collection/80638214aa04722c9203) <span style='margin-left: 0.5em;'>or</span> <a href='https://documenter.getpostman.com/view/3559821/TVeqcn2L' class='openapi-button' _ngcontent-c6>View Postman docs</a> Quickst

developerenvoice

Quick Reference

Base URL https://www.envoice.in Auth type API Key Header Auth header x-auth-key: YOUR_API_KEY Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation https://www.envoice.in Endpoint status Live — HTTP 200 — endpoint is accessible2.96s (checked Mar 29, 2026) Builder score D 49% builder-friendly
Pricing
28
Latency
40
Depth
72

Authentication

API key in the request header (x-auth-key)

x-auth-key: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Freemium. Free tier available; see API documentation for current plan pricing.

Key Endpoints

MethodPathDescription
GET /api/client/all Return all clients for the account
GET /api/client/candelete Check if the provided client can be deleted
POST /api/client/delete Delete an existing client
GET /api/client/details Return client details. Activities and invoices included.
POST /api/client/new Create a client
POST /api/client/update Update an existing client
GET /api/estimation/all Return all estimation for the account
POST /api/estimation/changestatus Change estimation status

Sample Request

curl -X GET 'https://www.envoice.in/api/client/all' \
  -H 'x-auth-key: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official API v1.0.0 documentation.