Authentication
To authenticate with the finoOS API, you exchange your client identifier and client secret for a temporary pair of JSON Web Tokens (JWT) using the Authenticate endpoint.
The response includes an accessToken, which must be provided with every subsequent API request via the Authorization header.