Authorization
Host API
Create an account and organization at www.digitoo.ai or using the following endpoint.
Each workspace comes with a predefined service account user which has all of the necessary permissions to handle integration to third-party systems. The token can be either found in the app settings in the Accounting systems section, or it can be fetched via API: Get workspace service token.
The service account token has no expiration and can thus be used indefinitely.
Note: The service account has ADMIN permissions for the workspace, so it is not possible to use the service token for changing organization settings.
API Endpoints
Register
Register Endpoint - POST
Login
Login Endpoint - POST
Use email and password to get access and refresh tokens.
Token Usage
Every request must contain an authorization token via the Authorization header:
Authorization: Bearer <TOKEN>plain
Refresh Token
Refresh Token Endpoint - POST
Change Password
Change Password Endpoint - POST
Reset Password
Reset Password Endpoint - POST
Password Change Token
Password Change Token Endpoint - GET