Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zeal Tax API

The Tax API from Zeal — 4 operation(s) for tax.

Zeal Tax API is one of 10 APIs that Zeal publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tax. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 4 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.zeal.com.

4 operations 4 paths 2 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.zeal.com
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Zeal Tax API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Provide your Zeal API key as a Bearer token: Authorization: Bearer . Use a test key for Test Mode and a live key for production. Requests are additionally scop…

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Tax 4
POST
/taxes/employee/setup
Set employee tax parameters
setEmployeeTaxParameters body → 200
GET
/taxes/employee/definitions
Get employee tax parameter definitions
getEmployeeTaxParameterDefinitions 2 params → 200
POST
/taxes/location
Resolve a taxable location
resolveTaxableLocation body → 200
GET
/minimumWage
Get minimum wage rules
getMinimumWageRules 1 param → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are EmployeeTaxParameters (3 properties), TaxableLocation (3 properties). Each schema is shown below with its type and property counts.

TaxableLocation
object
3 properties
EmployeeTaxParameters
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zeal-hq-tax-api-openapi.yml Raw ↑

Other APIs Zeal publishes across the network.

Zeal Companies API
Zeal Contractor Payments API
Zeal Contractors API
Zeal Employee Check API
Zeal Employees API
Zeal Funding API
Zeal Onboarding API
Zeal Pay Schedules API
Zeal Reports API