Resolved variables in REST API Connector

Hi - can you use variables (global) within the REST API Connector definition?
If I use it in the query, then it will be resolved, but if I use exactly the same in the connector this is not resolved.
I can use something like {{ current_user.email }}, and that will be resolved correctly.
I have read a couple of posts that suggest that this is possible, but for the life of me I can not get it working...

Thanks in Advance

I see that you have a typo "AuthorizationX" instead of "Authorization".

Other than that, you can set configuration variables that are accessible as {{ environment.variables.NAME }} in resources.

Hey @Brian_hubbard! Welcome to the community and thanks for reaching out. :slightly_smiling_face:

Generally speaking, the resource configuration screen is scoped to the backend and does not have access to any data scoped to the app itself, including variables. In this case, is your token static or being dynamically generated?

If static, you can take an approach similar to what @ali-sajjad-rizavi recommended. If not, you probably want to consider defining a custom authentication flow for your resource. Let me know what you think and don't hesitate to ask any additional questions!