Docs

Developer API

Integrate external tools with the estimation engine.

GET /api/v1/estimates PUBLIC
curl -X GET "https://app.estimation.com/api/v1/estimates" \
  -H "Authorization: Bearer {YOUR_API_KEY}" \
  -H "Content-Type: application/json"

Authentication

All API requests must include a Bearer Token in the header.

  • Generate tokens in Profile > API Keys.
  • Tokens expire after 90 days.

Webhooks

We support outgoing webhooks for the following events:

Event Payload
estimate.signed JSON object containing the signed PDF URL and Client ID.
product.low_stock Triggered when inventory count drops below threshold.