How do i create API ressource that needs a revalidated Bearer Token every 15 mins

Hello @Anders_Christiansen and welcome to the forums!

In your resource setup, you should be able to define a custom authorization workflow which includes a time based re-authorization trigger:

Since it seems like you are using a bearer token, you might need to build out the headers for the resource to include the returned token as a variable in the setup of the resource:

With the header on the resource looking something like:

3 Likes