In this guide
- Which endpoints are needed to recreate the Employee Dashboard.
- How to embed the white-label Employee Dashboard in your application.
API
We’ll use Zeal’s white-labeled Employee Dashboard as a reference for building our custom dashboard.How to build a Home Page

- Call Get Employee Checks by Employee to present a summary of checks for this employee.
Note
Remember to replace the placeholders such as{{testApiKey}} in the code samples below.- Call Get Paystub Link to allow employees to download specific paystubs.
How to build a Profile Page

- Call Get/Update Employee Information to allow the employee to view/edit their profile information.
- Call Get Employee Tax Parameter Summary and Set Employee Tax Parameters allow the employee to view/edit their tax information.
- Call View/Sign Employee Paperwork to present tax documents (federal & state W-4s) in a PDF format.
- Call Get Bank Account by Employee/Contractor ID to present bank account information. Use Update Bank Account to allow the employee to correct their bank information.
How to build an Employee Documents section

Zeal’s White-Labeled Dashboard
There are two ways to allow an Employee to access their dashboard.SSO Link
- If you’ve already authenticated the employee on your system, call Generate Employee Dashboard Link to get an SSO link directly to the employee’s dashboard.
- Now, allow the employee to access the link or embed the component directly in your application through an iframe .
Login Credentials
During the Employee Onboarding, include the account creation step by setting"employee_acct": true.
- The employee creates credentials that they can use to log into their Employee Dashboard.

- The employee navigates to your domain (e.g. payroll.[your-domain].com) and inputs their credentials to log in.
Recap
- The Employee Dashboard provides core functionality to your payroll products such as allowing employees to access paystubs and personal information.
- All the data and processes needed to build your customer employee dashboard are exposed through Zeal’s API endpoints.
- You may embed the white-label Employee Dashboard directly in your application.