The Simplifi API is in Developer Preview. While not all features are finalised, we encourage you to explore and share your feedback — including thoughts on endpoint design, response structure, or areas where documentation could be clearer.
Code Example
You can see an example of a token manager in Python below:request method in the SimplifiClient class is called, it gets a valid token by calling get_valid_token which checks if an hour has passed (minus 30 seconds) and if so, then it fetches a new, valid token by calling get_access_token .
Testing out authentication using Postman
Here’s an example of us requesting for a list of employees in Postman. Postman is a SAAS that offers a free plan that you could use to test out the Simplifi API. Start by making a new request under your collection, and navigate to the Authorisation tab.



- Now enter in the address for the request. We are going to be getting all employees in the organisation, so ours is https://dev.simplifi.work/api/v1/employees/
- Press send to request the employees.


.png?fit=max&auto=format&n=fTXEPIUfjW4rC1Pi&q=85&s=85d7b852879d29ad2bde9b743307ab0e)