Api Worflow - como criar uma rotina

Hello, friends! I have an API that uses a POST call to authenticate and create a Token Bearer. The other calls via GET use this Bearer, however, it loses its validity every 24 hours. How can I create a dynamic to check and if it is invalid create a new one?

Hi @kleber958,

Is this an API call to your app? If so, see this: As a User - Bubble Docs