Forum Discussion
That is what I tried but it did not work without adding the encodeURIComponent function on the query.
My endpoint said that there were invalid characters when I did it as the document shows.
I tried putting the encodeURIComponent function into the query parameter but it doesn’t evaluate the function it sends it as text to the endpoint instead.
cjhoward18
5 years agoEmployee
Do you have the “=“ sign enabled to make it evaluate as an expression and not just plain text?
You can use the bearer_token query parameter to pass the token.
I found that elsewhere in the forum after I posted. Thanks @tstack for verifying. We were able to test it out and it works.
This information needs to be added to the documentation on Running pipelines via URL
Thanks,TK