When using the Easyteam white-label UI components, most interactions with the backend are handled automatically.
With an Easyteam Embedded partner key, you can interact with the Easyteam API to build custom integrations tailored to your platform’s workforce management needs.
Easyteam employs a robust two-layer security system to protect your integration:
1.
Partner Authentication: Your platform is identified using a unique partner key provided by our team.
2.
Cryptographic Verification: All data exchanged between your platform and Easyteam servers is cryptographically signed to ensure security and integrity.
WARNING
Never expose your partner key in client-side code. Always handle API authentication through your backend services.
For detailed implementation of the authentication system, see our Authentication Guide.