WeSaveTax API

REST API for integrating WeSaveTax with your tools and systems.

Getting started

  1. Subscribe to the Business plan or higher.
  2. Generate a key in Settings → API Keys.
  3. Include in requests: Authorization: Bearer wst_live_...
  4. Base URL: https://wesavetax.com

Quick test

curl https://wesavetax.com/api/v1/invoices \
  -H "Authorization: Bearer wst_live_..."

Rate limit: 100 req/min on Business, 500 req/min on Enterprise.

WeSaveTax API Documentation