Expose OAuth Endpoints

Zapier

Zapier gives me a list of things that I will need to configure for the zapier app to be able to communicate with my app vi OAuth. I think this is a good way to call out the routes I need to build.

Status

I added some stuff to the zapier app and then tried the integration It tried to go here!

https://app.flowmojo.com/api/v1/oauth2/auth?client_id=3da2cace-d2cc-4eb5-837d-552933dcb832&redirect_uri=https%3A%2F%2Fzapier.com%2Fdashboard%2Fauth%2Foauth%2Freturn%2FApp1944CLIAPI%2F&response_type=code&state=1515887277.0113436&scope=User.Read%20Files.ReadWrite.All%20offline_access

That’s progress!

Next up, I need to configure Zapier’s desired route to be the right one for our application.