Forum Discussion
Can you be more specific about what you’re trying to do and the reason you can’t use HTTP headers to pass the token?
You may also be able to pass it through the query string or alternatively could use HTTP Basic auth.
See this documentation for some examples.