Reuse the same custom authentication

I use the same custom authentication (Form for username and password, API request, Define a variable to pass the auth-token) for all my API calls. Is there a way to reuse the same authentication method for several queries? Right now, I am creating every authentication step again and again for each new query.

1 Like

Hey @Jale!

This currently isn't supported but it is something that has been requested before and we can let you know here if it's included.

2 Likes