API Reference
Welcome to BizzAssure's API documentation. Our APIs allow you to integrate employee and policy management capabilities directly into your HR or benefits platform.
Base URL
Please contact the BizzAssure team to get the base URL for your environment.
API Versioning
BizzAssure APIs use path versioning to ensure backward compatibility while allowing for new features and improvements.
/v{major}/path/to/resource
Example: /v1/auth/token
Authentication
All BizzAssure APIs require authentication using a Bearer token. To authenticate:
- Obtain API Credentials: Contact the BizzAssure team to receive your
client_idandclient_secret. - Generate a Token: Use the Token API to exchange your credentials for a temporary access token.
- Use the Token: Include the token in the
Authorizationheader of every request.
Authorization: Bearer YOUR_ACCESS_TOKEN
Tokens are valid for 1 hour and must be regenerated when expired. See the Authentication Guide for full details.
Available APIs
Token
Generate and manage access tokens for secure API access.
Employees
Create, retrieve, and update employees within your organisation.
Policies
List and retrieve group health policies and their member details.
Need Help?
Contact our developer support team for assistance with your integration.