Hello, We are designing a system that will use the response token on the
page for integration with other systems. The flow is configurable. for
example, the user will be able to configure: if response.token1 = 'a'
then do something. On the configuration page, in order to improve the UX
and reduce the chance for mistakes, we would like to allow the user to
select the available response tokens from a list, instead of typing it.
My question is: is there a resource on Target API (or another API) to
...