Account configuration
The IoL Administration Portal provides a user interface suitable for system administrators who want to configure their account. But sometimes, an IoL account must be set-up automatically by other software, for example by onboarding wizards, ERP systems, connector products, etc.
To support these types of use-cases, IoL Core includes an Admin API that enables remote software to manage the IoL account configuration without human interaction. The Admin API requires interactive user login via api/v1/auth/user/login. The resulting Bearer token can then be used to access the API on behalf of the logged in user.
The Admin API offers management of:
- API tokens and Refresh tokens
- Webhooks
- Users
For more information on these functions, read the Admin API reference guide.