Authentication

Authentication in the Bokio API is dependent to the type of integration you are building. All APIs are using Bearer token as the authorization mechanism, but the origin of the token is different.

Handling of secrets

Ensure that you handle your tokens and other secrets securely and avoid storing them in sensitive files or sharing them in public repositories or client-side code.