HTTP Authorization Token

(Andrew Catchpole) #1

The Flowxo HTTP request method allows for Basic Authentication only - correct?

How is the best way to send an Authorization Token in an HTTP GET request?

I have already received the token via a POST request. Now I need to figure out how to send it using Flowxo.

Thanks Andrew

(Andrew Catchpole) #2

Here’s the answer for anyone also struggling with Authorization Tokens…

insert the word “Bearer” before the Authorization Token

(Nathan Stults) #3

Good find Andrew, is it an OAuth API?

(Andrew Catchpole) #4

@nathan - no OAuth, it’s just aksing for a Bearer Token