List the Teams accessible with your account using Basic Auth and your Thinkeo credentials. From the response, you'll need to retrieve the ID of the Team for which you want to create your permanent bearer token.Make a GET request to /teams:
Finally, create a permanent bearer token for your Team. Make sure to specify the teamId and set an expiration date that suits your needs.Make a POST request to /tokens:
The "token" field in the response contains your permanent bearer token. You can use this token to authenticate all API requests for your Team's Apps until it expires.Important: Store this token securely, as it provides access to all your Team's resources.