post https://api.zeal.com/authLinks/taxes
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. The employer will be logged out if they try to visit any domain outside of /taxes/*
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 |