post https://api.zeal.com/authLinks/taxes
Generates an authenticated link that can be hosted as a UI component for the Employer Taxes Page.
Generate a link that automatically signs in an employer and redirects them to their Taxes Dashboard in which they can view and edit taxes. This link (and dashboard) can be hosted on your custom domain or application using an iframe.
NOTE: This link can only be generated in production and cannot be generated with a test API key.
This link also expires exactly 7 days after generation.
Returns
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | url | A link that directs an employer to their Tax Dashboard |
errors | array | If success is false, contains a list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |