v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Generate Company Taxes Page link

Generates an authenticated link that can be hosted as a UI component for the Company Taxes Page.

post/authLinks/taxes

Request body

partnerIDstring required

PartnerID of the Zeal Partner

companyIDstring required

CompanyID of the company

showSidebarboolean

Indicate whether or not you would like the UI sidebar displayed

Response

200

successboolean
urlstring

Example response

{
  "success": true,
  "url": "https://payroll.your-domain.com/token-auth?redirectUrl=%2Ftaxes%2Fhome&routeFilter=%2Ftaxes%2F%2A&token=good-token-string"
}