Hi @t.fukao,
If you need to get a new access token to access the Management API, you can use the Client Credentials grant flow.
This way, whenever the access token expires, you can obtain a new one by calling the /oauth/token
endpoint.
Let me know if you have any questions.
Thanks,
Rueben