Developer Tools
Weaf HR can be driven by other software.
Weaf HR can be driven by other software. A token authenticates the other system, webhooks let it hear about changes as they happen, and the reference documents every endpoint.
One rule governs all of it: a token can only ever see what the person who created it can see. Access is not widened by automating it.
API Tokens
Tokens that let other software sign in as your company without a password. A token can only ever see what the person who created it can see, and the token itself is shown once, at creation.
- 1 page title
- 2 records table
| Note: The token is shown once, when it is created. If it is lost it cannot be recovered — issue a new one and delete the old. |
|---|
Webhooks
Addresses the system calls when something happens, so another system can react without polling for changes.
- 1 page title
- 2 primary action
API Reference
The API documentation, with every endpoint listed and a console for trying them. It is public — a developer evaluating the platform can read it without an account.